Sign in
boringssl
/
boringssl.git
/
f35e8384a836e40fb9ddf915c05f3f1c444494ad
/
include
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
3509dac
Add |X509_METHOD| and, using it, move many functions to ssl_x509.c.
by Adam Langley
· 8 years ago
dc8c1d9
Remove some dead state constants.
by David Benjamin
· 8 years ago
8df6766
Support setting per-connection SCT list
by Alessandro Ghedini
· 8 years ago
33fe4a0
Remove support for setting per-connection default session timeout
by Alessandro Ghedini
· 8 years ago
3f2611a
Hide SSL struct.
by David Benjamin
· 8 years ago
58966a4
Remove legacy ChaCha20-Poly1305 cipher name aliases.
by David Benjamin
· 8 years ago
2056f63
Recommend ex_data for SSL_CTX_set_cert_verify_callback.
by David Benjamin
· 8 years ago
bdcfd13
Move the SSL BIO into ssl/ from decrepit/.
by Adam Langley
· 8 years ago
42bfeb3
Remove an unnecessary TLS 1.2 ClientHello state.
by David Benjamin
· 8 years ago
17b3083
Use a separate timeout scheme for TLS 1.3.
by David Benjamin
· 8 years ago
0b1bb12
Push the SSL_CTX session_timeout zero logic up.
by David Benjamin
· 8 years ago
41a26e8
Remove buffer BIOs.
by David Benjamin
· 8 years ago
258508f
Adding V2ClientHello counter.
by Steven Valdez
· 8 years ago
16315f7
Remove the rest of write_message.
by David Benjamin
· 8 years ago
daf207a
Don't use the buffer BIO in TLS.
by David Benjamin
· 8 years ago
1a999cf
Don't use the buffer BIO in DTLS.
by David Benjamin
· 8 years ago
330282a
Remove SHA_LBLOCK and SHA_LONG.
by David Benjamin
· 8 years ago
5db7c9b
Get OPENSSL_COMPILE_ASSERT working in function bodies.
by David Benjamin
· 8 years ago
958346a
Run select_certificate_cb multiple times
by Alessandro Ghedini
· 8 years ago
07820b5
Add a getter for SSL_set_session_id_context.
by David Benjamin
· 8 years ago
2e83924
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
5322010
Revert "Remove old ChaCha20-Poly1305 AEAD."
by Adam Langley
· 8 years ago
6752efd
Never send SNI warning alerts.
by David Benjamin
· 8 years ago
def9b46
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
0726fb7
Add SSL_CIPHER_is_AEAD.
by Alessandro Ghedini
· 8 years ago
c253864
Remove some node.js hacks.
by David Benjamin
· 8 years ago
c80e416
Add support for Fuchsia in crypto/rand.
by Aaron Green
· 8 years ago
745745d
Add SSL_CIPHER_is_static_RSA.
by David Benjamin
· 8 years ago
5fc99c6
There are no more MD5 ciphers.
by David Benjamin
· 8 years ago
dcecdfd
Fix a couple of missing spaces in comments.
by Adam Langley
· 8 years ago
1d6eeb3
Spellcheck our public headers.
by David Benjamin
· 8 years ago
0a211df
Remove BN_FLG_CONSTTIME.
by David Benjamin
· 8 years ago
d261004
Report TLS 1.3 as supporting secure renegotiation.
by David Benjamin
· 8 years ago
8f3f6be
Const-correct the PKCS8 salt parameter.
by David Benjamin
· 8 years ago
35349e9
Unexport PKCS5 functions.
by David Benjamin
· 8 years ago
45573cc
Add Little-endian BIGNUM conversions
by Rob Sloan
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
55696ce
Remove lh_new's default hash and comparator.
by David Benjamin
· 8 years ago
2ee1edf
Add BN_get_u64 so that Android doesn't have to reach into the BIGNUM structs
by Rob Sloan
· 8 years ago
6cc9038
Reimplement objects.pl in Go.
by David Benjamin
· 9 years ago
6f600d6
Add experimental TLS 1.3 short record header extension.
by David Benjamin
· 8 years ago
28feb92
Add |X509_STORE_set0_additional_untrusted|.
by Adam Langley
· 8 years ago
9f05de4
Remove the non-no_branch branch of BN_div.
by Brian Smith
· 9 years ago
65fb425
Remove version-specific cipher lists.
by David Benjamin
· 8 years ago
a36255c
Fix RSA-PSS documentation.
by David Benjamin
· 8 years ago
629db8c
Add |SSL_get_peer_full_cert_chain|.
by Adam Langley
· 8 years ago
fcd714d
Add CBS functions for working with BIT STRINGs.
by David Benjamin
· 8 years ago
f1050fd
Preserve the peer signature algorithm across resumes.
by David Benjamin
· 8 years ago
4882a6c
Replace key_exchange_info with group_id.
by David Benjamin
· 8 years ago
5488122
Remove SSL_get_dhe_group_size.
by David Benjamin
· 8 years ago
d515722
Don't depend on the X509 code for getting public keys.
by Adam Langley
· 8 years ago
d519bf6
Add |SSL_CTX_set0_buffer_pool|.
by Adam Langley
· 8 years ago
68e7124
Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well.
by Adam Langley
· 8 years ago
364f7a6
Push the difference in chain semantics to the edge.
by Adam Langley
· 8 years ago
cb0c29f
Move state and next_state to SSL_HANDSHAKE.
by David Benjamin
· 8 years ago
5edfc8c
Emulate the client_cert_cb with cert_cb.
by David Benjamin
· 8 years ago
5888946
Remove SSL_CTX_get_client_cert_cb.
by David Benjamin
· 8 years ago
888d5cc
Remove unused SSL_want_* macros.
by David Benjamin
· 8 years ago
5b1f07e
Remove unused BIO_RR_* values.
by David Benjamin
· 8 years ago
edb4c79
Add yet another way to spell 32.
by David Benjamin
· 8 years ago
Next »