Sign in
boringssl
/
boringssl.git
/
68f4c720b636e5167bdab8a59ce07bf430f091c1
/
ssl
/
ssl_asn1.cc
a1dffbf
Define CBS/CBB tags as uint32_t with a typedef.
by David Benjamin
· 2 years, 5 months ago
50e7ea5
LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl
by Anton Bikineev
· 3 years, 2 months ago
5351c8b
Rename the master_key field in SSL_SESSION to secret.
by David Benjamin
· 4 years, 4 months ago
51607f1
Implement draft-vvv-tls-alps-01.
by Steven Valdez
· 4 years, 8 months ago
8519432
Modify how QUIC 0-RTT go/no-go decision is made.
by Nick Harper
· 4 years, 10 months ago
7c52299
Restrict when 0-RTT will be accepted in QUIC.
by Nick Harper
· 5 years ago
6bfd25c
Add is_quic bit to SSL_SESSION
by Nick Harper
· 5 years ago
3ba9586
Rename a number of BUF_* functions to OPENSSL_*.
by David Benjamin
· 5 years ago
4cce955
Fix thread-safety bug in SSL_get_peer_cert_chain.
by David Benjamin
· 6 years ago
ce45588
Speculatively remove __STDC_*_MACROS.
by David Benjamin
· 6 years ago
8c7c635
Support symbol prefixes
by Joshua Liebow-Feeser
· 7 years ago
bfdd1a9
Give SSL_SESSION a destructor.
by David Benjamin
· 7 years ago
2908dd1
Add bssl::UpRef.
by David Benjamin
· 7 years ago
a3a71e9
Flip SSL_SESSION fields to bool.
by David Benjamin
· 7 years ago
e8d2439
Expose ssl_session_serialize to libssl.
by Adam Langley
· 7 years ago
c61b577
Add some more utility functions to bytestring.
by Adam Langley
· 7 years ago
66801fe
Support high tag numbers in CBS/CBB.
by David Benjamin
· 7 years ago
a861460
Make SNI per-connection, not per-session.
by David Benjamin
· 8 years ago
c11ea942
Convert comments in ssl.
by David Benjamin
· 8 years ago
8fc2dc0
Put SCTs and OCSP responses in CRYPTO_BUFFERs.
by David Benjamin
· 8 years ago
ee910bf
Use new STACK_OF helpers.
by David Benjamin
· 8 years ago
d6a8a5a
Remove obsolete TODOs.
by David Benjamin
· 8 years ago
31b0c9b
Add a bunch of scopers.
by David Benjamin
· 8 years ago
e39ac8f
Switch BORINGSSL_INTERNAL_CXX_TYPES in favor of subclassing games.
by David Benjamin
· 8 years ago
1386aad
Switch various things to scopers.
by David Benjamin
· 8 years ago
86e95b8
Move libssl's internals into the bssl namespace.
by David Benjamin
· 8 years ago
e8703a3
Switch a number of files to C++.
by David Benjamin
· 8 years ago
[Renamed (98%) from ssl/ssl_asn1.c]
8f36c51
Revise version negotiation logic on the C side.
by Steven Valdez
· 8 years ago
11fa703
Remove the last remnants of key_exchange_info.
by David Benjamin
· 8 years ago
7e06de5
Really remove DHE ciphersuites from TLS.
by Matthew Braithwaite
· 8 years ago
ad8f5e1
Don't use long for timestamps.
by David Benjamin
· 8 years ago
27a9e6a
Adding ALPN to session.
by Steven Valdez
· 8 years ago
46db7af
Remove |X509| things from SSL_SESSION.
by Adam Langley
· 8 years ago
17b3083
Use a separate timeout scheme for TLS 1.3.
by David Benjamin
· 8 years ago
08b65f4
Enabling 0-RTT on new Session Tickets.
by Steven Valdez
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
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
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
c0fc7a1
Revert "Add |SSL_CTX_set0_buffer_pool|." and "Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well."
by Adam Langley
· 8 years ago
5a6e616
Add |SSL_CTX_set0_buffer_pool|.
by Adam Langley
· 8 years ago
e850909
Hold certificates in an SSL_SESSION as CRYPTO_BUFFERSs as well.
by Adam Langley
· 8 years ago
30c4c30
Revise some integer sizes.
by David Benjamin
· 8 years ago
a833c35
Update to TLS 1.3 draft 18.
by Steven Valdez
· 8 years ago
c5ac2b6
Rename X.509 members in |SSL_SESSION| and |CERT|.
by Adam Langley
· 8 years ago
5b7b09c
Remove weird special-cases around times in SSL_SESSION.
by David Benjamin
· 8 years ago
0f31ac7
Don't serialize negative times and timeouts.
by David Benjamin
· 8 years ago
7bb88bb
Fix comment on session version field.
by David Benjamin
· 8 years ago
5b98608
Updating NewSessionTicket message and updating PSK to Draft 15.
by Steven Valdez
· 9 years ago
fdd1099
Moving TLS 1.3 version negotiation into extension.
by Steven Valdez
· 9 years ago
5409123
Use C99 for size_t loops.
by David Benjamin
· 9 years ago
84b5c00
Serialize unresumable sessions to a placeholder value.
by Steven Valdez
· 9 years ago
baafa4a
Undo rename of tlsext_tick_lifetime_hint.
by Martin Kreichgauer
· 9 years ago
1e6f11a
Adding NewSessionTicket.
by Steven Valdez
· 9 years ago
7583643
Disconnect handshake message creation from init_buf.
by David Benjamin
· 9 years ago
af07365
Check for overflow when parsing a CBS with d2i_*.
by David Benjamin
· 9 years ago
96c2a28
Fix all sign/unsigned warnings with Clang and GCC.
by Adam Langley
· 10 years ago
7f393f7
Unexport SSL_SESSION_ASN1_VERSION.
by David Benjamin
· 9 years ago
9e4e01e
Align the SSL stack on #include style.
by David Benjamin
· 10 years ago
14e2b50
const-correct a few SSL_SESSION functions.
by David Benjamin
· 10 years ago
26416e9
Remove the last of SESS_CERT.
by David Benjamin
· 10 years ago
8be79a3
Slightly refactor SSL_SESSION parsing.
by David Benjamin
· 10 years ago
2b23d24
Make key exchange strength available.
by Sigbjorn Vik
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
a865320
Add CBB_zero to set a CBB to the zero state.
by David Benjamin
· 10 years ago
95d3182
Duplicate SSL_SESSIONs when renewing them.
by David Benjamin
· 10 years ago
fd67aa8
Add SSL_SESSION_from_bytes.
by David Benjamin
· 10 years ago
a1c90a5
Further tidy up cipher logic.
by David Benjamin
· 10 years ago
338e067
Reject sessions with the wrong structure version.
by David Benjamin
· 10 years ago
f297e02
Reject unknown fields in d2i_SSL_SESSION.
by David Benjamin
· 10 years ago
2755a3e
Remove unnecessary NULL checks, part 5.
by David Benjamin
· 10 years ago
7eaf401
(d2i_SSL_SESSION): Fix a memory leak that occurs on error.
by Matt Braithwaite
· 10 years ago
054e682
Eliminate unnecessary includes from low-level crypto modules.
by Brian Smith
· 10 years ago
2ee94aa
Rename ssl_locl.h to internal.h
by David Benjamin
· 10 years ago
ab2479a
Clean up error reporting.
by Håvard Molland
· 10 years ago
f3a8b12
Remove SSL_SESSION::cipher_id.
by David Benjamin
· 10 years ago
688d8df
Remove psk_identity_hint from SSL_SESSION.
by David Benjamin
· 10 years ago
3cac450
Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.
by David Benjamin
· 10 years ago
773bb55
Fix build (broken by removal of key_arg from SSL_SESSION parsing).
by Piotr Sikora
· 10 years ago
7001a7f
Don't bother accepting key_arg when parsing SSL_SESSION.
by David Benjamin
· 10 years ago
7571292
Extended master secret support.
by Adam Langley
· 10 years ago
89abaea
Reimplement i2d_SSL_SESSION using CBB.
by David Benjamin
· 10 years ago
83fd6b6
Reimplement d2i_SSL_SESSION with CBS.
by David Benjamin
· 10 years ago
d7a76e7
Remove key_arg and key_arg_length from SSL_SESSION.
by David Benjamin
· 10 years ago
6c7aed0
Client-side OCSP stapling support.
by David Benjamin
· 11 years ago
9169c96
Implement client side of TLS signed certificate stamps extension.
by Håvard Molland
· 11 years ago
82b7da2
Set SSL_SESSION.cipher when parsing.
by Adam Langley
· 11 years ago
ff175b4
unifdef OPENSSL_NO_PSK.
by David Benjamin
· 11 years ago
6dbd73d
Remove OPENSSL_NO_TLSEXT compilation option.
by David Benjamin
· 11 years ago
f77452c
fix coverity issue 966597 - error line is not always initialised
by Adam Langley
· 11 years ago
1258b6a
ChannelID support.
by Adam Langley
· 11 years ago
7587253
Optionally, retain only SHA-256 of client cert.
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago