ZhenLian
6cf73030a9
add comments to avoid future use of hard-coded creds
5 years ago
jiangtaoli2016
f090b04dd4
Add NULL-termination to hardcoded test creds string
5 years ago
jiangtaoli2016
951abee174
Revert "Append old ca.pem"
...
This reverts commit 13c6b6c612
.
5 years ago
jiangtaoli2016
13c6b6c612
Append old ca.pem
5 years ago
jiangtaoli2016
2a9173f554
Update hardcoded test credentials and keys
5 years ago
ncteisen
0c81dc40de
Remove uneeded header, fix unused warn
8 years ago
ncteisen
6dc1097c5e
Fix test cert build
8 years ago
ncteisen
46f9175ba3
Fix windows build
8 years ago
ncteisen
66dfcf5919
clang fmt
8 years ago
ncteisen
adbfbd5977
Remove all extern C
8 years ago
Yash Tibrewal
c284139d2f
Remove include from end2end data files and add extern C to each definition instead
8 years ago
Yash Tibrewal
2aa79cbfd3
changes for bazel and test certificates
8 years ago
Yash Tibrewal
34a57d0346
rename all test core files to cc and a lot of C++ style conversions
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
Deepak Lukose
dba4c5fd01
Add various options to verify ssl/tls client cert including letting the
...
application handle the authentication.
9 years ago
Julien Boeuf
0c9e0b1e2d
Fixing NULL terminator for test cert.
...
Forgot to do that when I replaced the cert in #4096 . Thanks asan for
catching that!
10 years ago
Julien Boeuf
334314b888
Updating the server1 cert so that it can be used with Go.
...
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.
Fixes #4086 .
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
10 years ago
Yang Gao
0d1e2f2ad9
remove prod_roots_certs.c since it is not used anywhere
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Julien Boeuf
8fbcc4391e
Changing the SSL (Server) Credentials API.
...
- Changed the unsigned char * + size to NULL terminated strings which
makes sense for the PEM format. I may change TSI later (but the impact
will hopefully be much more limited).
- Added a way to pass multiple key/cert pairs to servers which is needed
when hosting more than one domain.
- Removed the C++ SSL credentials tests as we are going to have an
option to not specify the roots which will then be derived from the
environment (well-known platform dependent locations and/or
environment variable).
- Fixed the php build which is the only one added in the run_test.py.
This change will certainly break node, python and ruby.
10 years ago
Craig Tiller
b5dcec5a2e
clang-format codebase
10 years ago
chenw
97fd9e56d2
Add SSL root for production GFE.
...
Change on 2014/12/19 by chenw <chenw@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82554526
11 years ago
Nicolas Noble
b7ebd3b8c6
Initial import.
11 years ago