index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
security
/
security_context.c
Commit message (
Expand
)
Author
Age
*
SSL refcounting fixes
Craig Tiller
2015-06-30
*
Expose gpr_asprintf and gpr_strdup
Masood Malekghassemi
2015-06-03
*
Addressing comments.
Julien Boeuf
2015-05-20
*
API for auth context and server-side secure transport only impl.
Julien Boeuf
2015-05-20
*
Addressing comments.
Julien Boeuf
2015-05-08
*
Refactoring of core security to remove the factories.
Julien Boeuf
2015-04-17
*
Adding option to add a null terminator when loading a file.
Julien Boeuf
2015-04-15
*
Share mdctx between secure channels
Craig Tiller
2015-04-14
*
strcmp: change all !str[n]cmp to str[n]cmp == 0
Ronnie Sahlberg
2015-03-07
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-02-26
|
\
|
*
Strip port in peer name check
Craig Tiller
2015-02-25
|
*
Merge pull request #776 from jboeuf/ssl_cipher_suites
Abhishek Kumar
2015-02-24
|
|
\
|
|
*
Addressing comments.
Julien Boeuf
2015-02-24
|
|
*
Using HTTP2 compliant cipher suites by default.
Julien Boeuf
2015-02-24
|
*
|
Removing port from checked ssl target name.
Julien Boeuf
2015-02-24
|
|
/
*
|
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-02-23
|
\
|
|
*
Merge pull request #710 from jboeuf/default_google_creds
Craig Tiller
2015-02-23
|
|
\
|
|
*
Addressing iniitial feedback.
Julien Boeuf
2015-02-23
*
|
|
Update C++ server with new core API
Craig Tiller
2015-02-23
|
/
/
*
|
Actually installing root certificates on the system.
Nicolas "Pixel" Noble
2015-02-22
*
|
Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patch
Nicolas "Pixel" Noble
2015-02-22
|
\
|
|
*
Merge pull request #641 from jboeuf/jwt_id_token
Yang Gao
2015-02-21
|
|
\
*
|
|
Adding roots.pem from Mozilla and associated logic.
Julien Boeuf
2015-02-20
|
/
/
*
|
Merge pull request #665 from nicolasnoble/ssl-prefix
jboeuf
2015-02-20
|
\
\
|
*
|
Defining an installation prefix for grpc's root certs at compilation time.
Nicolas "Pixel" Noble
2015-02-20
*
|
|
Removing the hardcoded SSL roots.
Julien Boeuf
2015-02-20
|
/
/
*
|
Revert "Adding a constant for a well known place where the SSL roots are inst...
Nicolas Noble
2015-02-19
*
|
Adding a constant for a well known place where the SSL roots are installed.
Julien Boeuf
2015-02-19
|
*
Implementing JWT credentials (a.k.a JWT ID Tokens).
Julien Boeuf
2015-02-19
|
/
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Fixing memleak.
Julien Boeuf
2015-02-17
*
Adding call host (:authority header) check in the secure channel.
Julien Boeuf
2015-02-10
*
Adding support for loading the SSL roots from an environment variable.
Julien Boeuf
2015-02-02
*
Move string.h to internal code
Craig Tiller
2015-01-23
*
Changing the SSL (Server) Credentials API.
Julien Boeuf
2015-01-20
*
Use clang-format-3.5
Craig Tiller
2015-01-18
*
Changing size type in Transport Security (TSI) from uint32_t to size_t:
Julien Boeuf
2015-01-15
*
Review changes for :scheme conversion to http[s]
David Klempner
2015-01-14
*
Send a scheme of http or https as appropriate, rather than grpc.
David Klempner
2015-01-13
*
clang-format codebase
Craig Tiller
2015-01-13
*
Moving the google-internal security code in their own files.
jboeuf
2015-01-12
*
Add ServiceAccount Credentials wrapping and handle credentials creation
yangg
2015-01-12
*
Remove endpoint/ directories.
ctiller
2014-12-17
*
Advertise h2-16, h2-15, h2-14, and accept any of them.
ctiller
2014-12-10
*
Automated g4 rollback of changelist 81719124.
ctiller
2014-12-09
*
Advertise h2-16, h2-15, h2-14, and accept any of them.
ctiller
2014-12-09
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Initial import.
Nicolas Noble
2014-11-26