Sign in
boringssl
/
boringssl.git
/
c40e1830accdfc7f39a5da32c6e9b4dbd9b9ba67
/
include
/
openssl
42adba5
Trim unused declarations in pem.h.
by David Benjamin
· 8 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
· 8 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
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
2a07072
Prevent Channel ID and Custom Extensions on 0-RTT.
by Steven Valdez
· 8 years ago
02084ea
Decouple PKCS8_encrypt and PKCS8_decrypt's core from crypto/asn1.
by David Benjamin
· 8 years ago
f466cdb
size_t the RSA padding add functions.
by David Benjamin
· 8 years ago
3cb047e
Decouple PKCS#12 hash lookup from the OID table.
by David Benjamin
· 8 years ago
2d85062
Add Data-less Zero-RTT support.
by Steven Valdez
· 8 years ago
57e81e6
Name |select_certificate_cb| return values
by Alessandro Ghedini
· 8 years ago
2d05568
Fix out-of-memory condition in conf.
by David Benjamin
· 8 years ago
8c64679
Remove BIGNUM and CBIGNUM crypto/asn1 types.
by David Benjamin
· 8 years ago
eb30288
Remove crypto/asn1 LONG and ZLONG.
by David Benjamin
· 8 years ago
edb7299
Fix typo in the |ssl_ticket_aead_success| documentation
by Alessandro Ghedini
· 8 years ago
438229a
Correct a typo in ASN.1 type name.
by Victor Vasiliev
· 8 years ago
48e1d18
Restore SSL_CTX_set_ecdh_auto compatibility hook.
by David Benjamin
· 8 years ago
4c341d0
Support asynchronous ticket decryption with TLS 1.0–1.2.
by Adam Langley
· 8 years ago
be49706
Rename initial_ctx to session_ctx.
by David Benjamin
· 8 years ago
6ad20dc
Move error-on-empty-cipherlist into ssl_create_cipher_list().
by Matthew Braithwaite
· 8 years ago
d04ca95
Add |SSL[_CTX]_set_chain_and_key|.
by Adam Langley
· 8 years ago
35ac5b7
Export server-side ticket_age skew.
by David Benjamin
· 8 years ago
fe36672
Allow users of the |CRYPTO_BUFFER|-based methods to verify certs after the handshake.
by Adam Langley
· 8 years ago
8ebeabf
Add SSL_CTX_get_ciphers.
by David Benjamin
· 8 years ago
f29c429
Remove support for old-style SSL_PRIVATE_KEY_METHOD types.
by David Benjamin
· 8 years ago
f465461
Add SSL_get0_peer_certificates.
by David Benjamin
· 8 years ago
924a352
Remove experimental TLS 1.3 short record header extension.
by Steven Valdez
· 8 years ago
d6c22ee
Add |SSL_get0_server_requested_CAs|.
by Adam Langley
· 8 years ago
a58baaf
Forbid the server certificate from changing on renego.
by David Benjamin
· 8 years ago
ad8f5e1
Don't use long for timestamps.
by David Benjamin
· 8 years ago
11c8289
Remove support for blocking DTLS timeout handling.
by David Benjamin
· 8 years ago
39425b0
Add |TLS_with_buffers_method|.
by Adam Langley
· 8 years ago
34b4c82
Hold CA names as |CRYPTO_BUFFER|s.
by Adam Langley
· 8 years ago
adec772
Remove SSL_CIPHER_has_MD5_HMAC.
by David Benjamin
· 8 years ago
de5c325
Fix SSL_write doc comment
by Michel Lespinasse
· 8 years ago
a57dcfb
Add new cipherlist-setting APIs that reject nonsense.
by Matthew Braithwaite
· 8 years ago
c4796c9
ECDSA: const EC_KEY* arguments where possible.
by Matthew Braithwaite
· 8 years ago
699e55b
Unexport time_support.h.
by David Benjamin
· 8 years ago
c92f29d
Remove freelist_max_len.
by David Benjamin
· 8 years ago
3e8b782
Remove "raw" versions of PKCS8_encrypt and PKCS8_decrypt.
by David Benjamin
· 8 years ago
5960a90
Move sid_ctx from SSL/SSL_CTX to CERT.
by David Benjamin
· 8 years ago
26e1ff3
Remove some unnecessary return values.
by David Benjamin
· 8 years ago
27a9e6a
Adding ALPN to session.
by Steven Valdez
· 8 years ago
83a3212
Move SCT lists and OCSP responses to CERT.
by David Benjamin
· 8 years ago
16b1b1d
Simplify state and info_callback management.
by David Benjamin
· 8 years ago
77458a4
Avoid transitioning into SSL_ST_OK and back out.
by David Benjamin
· 8 years ago
9e766d7
Unexport the handshake's internal state.
by David Benjamin
· 8 years ago
46db7af
Remove |X509| things from SSL_SESSION.
by Adam Langley
· 8 years ago
908ac19
Moving transcript and PRF functions to SSL_TRANSCRIPT.
by Steven Valdez
· 8 years ago
b987355
Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2.
by Rob Sloan
· 8 years ago
Next »