Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
boringssl.googlesource.com
/
boringssl
/
e6c58ffa704537e7dcad22e32e451c9326d2cc52
/
include
/
openssl
4d2e1a8
Add a note on architecture requirements.
by David Benjamin
· 8 years ago
af2b1e8
C++ headers should be more aggressively wrapped in extern "C++".
by David Benjamin
· 8 years ago
ec78383
Make ranged for loops work with STACK_OF(T).
by David Benjamin
· 8 years ago
0121953
Register stack deleters automatically.
by David Benjamin
· 8 years ago
13fafcd
Add a warning to |SSL_get_servername|.
by Adam Langley
· 8 years ago
ccf8057
Use functions that do not depend on the current locale.
by Adam Langley
· 8 years ago
22df691
Document the behaviour of non-standard separators in cipher strings.
by Adam Langley
· 8 years ago
2eee131
span: work around MSVC warning C4996
by Martin Kreichgauer
· 8 years ago
17c3057
Add bssl::SealRecord and bssl::OpenRecord.
by Martin Kreichgauer
· 8 years ago
ebb4a37
Define BORINGSSL_NO_CXX if !__cplusplus.
by David Benjamin
· 8 years ago
9f9f4ea
Fix typo.
by David Benjamin
· 8 years ago
e39ac8f
Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games.
by David Benjamin
· 8 years ago
cfc11c2
C++-ify SSL_AEAD_CTX.
by David Benjamin
· 8 years ago
86e95b8
Move libssl's internals into the bssl namespace.
by David Benjamin
· 8 years ago
0e4a448
Add ClientHello no_session_id variant.
by Steven Valdez
· 8 years ago
71dfad4
Add new functions for configuring the client CA list.
by David Benjamin
· 8 years ago
3a1dd46
Add async certificate verification callback.
by David Benjamin
· 8 years ago
7e9e06a
Use OPENSSL_UNUSED in OPENSSL_COMPILE_ASSERT.
by David Benjamin
· 8 years ago
dbe0158
Implement ContentType TLS 1.3 variant.
by Steven Valdez
· 8 years ago
81a5df4
Switch ssl_ecdh to C++.
by David Benjamin
· 8 years ago
e8703a3
Switch a number of files to C++.
by David Benjamin
· 8 years ago
a93a68d
Fix comment for SSL_ERROR_PENDING_CERTIFICATE.
by David Benjamin
· 8 years ago
52586f9
Adding TLS 1.3 variant to SSL*.
by Steven Valdez
· 8 years ago
520e122
Implement experimental alternate encoding of TLS 1.3.
by Steven Valdez
· 8 years ago
be483db
Revise SSL_CTX_sess_set_new_cb documentation.
by David Benjamin
· 8 years ago
04017c1
Overhaul session resumption documentation.
by David Benjamin
· 8 years ago
06a6ed0
Clarify use of |SSL_VERIFY_FAIL_IF_NO_PEER_CERT| flag.
by Piotr Sikora
· 8 years ago
74bce29
Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input.
by Martin Kreichgauer
· 8 years ago
5aaaa98
Detect WatchGuard's TLS 1.3 interference failure mode.
by David Benjamin
· 8 years ago
bfd94db
Trim RSA_METHOD and ECDSA_METHOD.
by David Benjamin
· 8 years ago
6fff386
Support standard RFC cipher suite names alongside OpenSSL ones.
by David Benjamin
· 8 years ago
fc08dfc
Rename {ssl,ctx}->{min,max}_version.
by David Benjamin
· 8 years ago
4414874
Simplify ssl_private_key_* state machine points.
by David Benjamin
· 8 years ago
babcac1
Document error behavior of AEAD seal/open methods.
by Martin Kreichgauer
· 8 years ago
9961dff
Unwind V2ClientHello counters.
by David Benjamin
· 8 years ago
0d1730d
Squash together states in the TLS 1.2 server Certificate flight.
by David Benjamin
· 8 years ago
b5f55c3
Squash together TLS 1.2 states for server Finished block.
by David Benjamin
· 8 years ago
ca74358
Test SSL_select_next_proto and SSL_get_fd.
by David Benjamin
· 8 years ago
e831a81
Adding support for sending early data on the client.
by Steven Valdez
· 8 years ago
b529253
Implement scrypt from RFC 7914.
by David Benjamin
· 8 years ago
1967094
Align EVP_PKEY Ed25519 API with upstream.
by David Benjamin
· 8 years ago
18d9f28
Add EVP_AEAD_CTX_{seal_scatter,open_gather}.
by Martin Kreichgauer
· 8 years ago
1845d0d
Remove some dead code from crypto/asn1.
by David Benjamin
· 9 years ago
2dfa1ba
Delete some dead code from crypto/x509.
by David Benjamin
· 9 years ago
5e61d53
Document support status of the legacy ASN.1 code.
by David Benjamin
· 9 years ago
42adba5
Trim unused declarations in pem.h.
by David Benjamin
· 9 years ago
3b33f3e
Set static armcaps based on __ARM_FEATURE_CRYPTO.
by David Benjamin
· 8 years ago
f64a6ee
Switch to new delocate tool.
by Adam Langley
· 8 years ago
2f3404b
Enforce incrementing counter for TLS 1.2 AES-GCM.
by Steven Valdez
· 8 years ago
806e18c
Define OPENSSL_UNUSED for __clang__ as well.
by David Benjamin
· 8 years ago
d94682d
Remove ex_data's dup hook.
by David Benjamin
· 8 years ago
01f8a8c
Convert stack.h to use inline functions.
by David Benjamin
· 8 years ago
d55bd79
Fix SSL_COMP_get_compression_methods type signature.
by David Benjamin
· 8 years ago
467d322
Add FIPS-compliant key generation that calls check_fips for RSA and EC.
by Steven Valdez
· 8 years ago
208e239
Move OPENSSL_ASAN to base.h.
by Adam Langley
· 8 years ago
48b6b8f
Add SSL_CIPHER_has_SHA384_HMAC.
by Alessandro Ghedini
· 8 years ago
1d59f6e
Add a flag to toggle the buggy RSA parser.
by David Benjamin
· 8 years ago
93731d9
Remove old SSL min/max version functions.
by David Benjamin
· 8 years ago
4249481
Add EVP_AEAD_CTX_[new|free] and UniquePtr support.
by Adam Langley
· 8 years ago
61ae41f
Use a minimal totient when generating RSA keys.
by David Benjamin
· 8 years ago
073391f
Detach encrypt and keygen hooks from RSA_METHOD.
by David Benjamin
· 8 years ago
79d18bc
Add crypto/rsa-level RSA-PSS functions.
by David Benjamin
· 8 years ago
8ee0d14
Fix comment typo.
by David Benjamin
· 8 years ago
9187101
Add an OPENSSL_ia32cap_get() function for C code.
by David Benjamin
· 8 years ago
a684152
Downgrade BN_kronecker to bn_jacobi and unexport.
by David Benjamin
· 9 years ago
0d5bf8d
Document ERR_error_string_n standalone.
by David Benjamin
· 8 years ago
1d134ee
Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility.
by Steven Valdez
· 8 years ago
8ebc9ea
Update BN_enhanced_miller_rabin_primality_test to enforce preconditions and accept BN_prime_checks.
by Steven Valdez
· 8 years ago
fc674c8
Unexport bn_correct_top and bn_wexpand.
by David Benjamin
· 8 years ago
378a08a
Add PKCS7_get_raw_certificates.
by David Benjamin
· 8 years ago
6fdea2a
Move PKCS#7 functions into their own directory.
by David Benjamin
· 8 years ago
de254b4
Enforce max_early_data_size on the server.
by Alessandro Ghedini
· 8 years ago
fc9f10f
Implement Enhanced Miller-Rabin primality test for FIPS.
by Steven Valdez
· 8 years ago
2c45fa0
Convert bytestring_test to GTest.
by David Benjamin
· 8 years ago
71c21b4
Add SSL_CTX_set_verify_algorithm_prefs.
by David Benjamin
· 8 years ago
730d69e
Add CTR-DRBG.
by Adam Langley
· 8 years ago
b15143f
Fix check_fips for public keys and synchronize the EC and RSA versions.
by Steven Valdez
· 8 years ago
400d0b7
Add PWCT for RSA and ECDSA for FIPS 140-2.
by Steven Valdez
· 8 years ago
82b2b85
Unwind multiprime RSA support.
by David Benjamin
· 8 years ago
d403be9
Ensure consumers set up include paths properly.
by David Benjamin
· 8 years ago
d0b9882
Add RSA_check_fips to support public key validation checks.
by Steven Valdez
· 8 years ago
7e06de5
Really remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
a533449
Add support for 3DES-ECB.
by Adam Langley
· 8 years ago
4a2cc28
Unwind RSA_generate_multi_prime_key.
by David Benjamin
· 8 years ago
3cfeb95
Disable SSLv3 by default.
by David Benjamin
· 8 years ago
fd49993
First part of the FIPS module.
by Adam Langley
· 8 years ago
6952211
Support Ed25519 in TLS.
by David Benjamin
· 8 years ago
d69d94e
Teach crypto/x509 how to verify an Ed25519 signature.
by David Benjamin
· 8 years ago
417830d
Support EVP_PKEY_{sign,verify}_message with Ed25519.
by David Benjamin
· 8 years ago
05bb1c5
Implement draft-ietf-curdle-pkix-04's serialization.
by David Benjamin
· 8 years ago
a232a71
Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len.
by David Benjamin
· 8 years ago
7c83fda
Add message-based EVP_PKEY APIs.
by David Benjamin
· 8 years ago
3e0b2ce
Prune some dead constants.
by David Benjamin
· 8 years ago
c8ff30c
Add an option to allow unknown ALPN protocols.
by David Benjamin
· 8 years ago
3071
chromium-3071
b18cb6a
Make the POWER hardware capability value a global in crypto.c.
by Adam Langley
· 8 years ago
67bb45f
Support enabling early data on SSL
by Alessandro Ghedini
· 8 years ago
7e9949c
Import additional test vectors from RFC 8032.
by David Benjamin
· 8 years ago
17eeb98
Unwind the rest of EVP_PKEY_supports_digest.
by David Benjamin
· 8 years ago
764ab98
Support and test P-224 certificates.
by Adam Langley
· 8 years ago
fc2d78d
Document server 0-RTT behavior.
by David Benjamin
· 8 years ago
Next »