Sign in
boringssl
/
boringssl.git
/
f1db1a398d0b14f0653798b25a40d4a8c4c9ee8f
/
include
/
openssl
2637f3c
Even more fun with Span.
by David Benjamin
· 7 years ago
cb16f17
Check EC_POINT/EC_GROUP compatibility more accurately.
by David Benjamin
· 7 years ago
d24fd47
Fold EC_POINT_clear_free into EC_POINT_free.
by David Benjamin
· 7 years ago
3f5d138
Remove EVP_set_buggy_rsa_parser stub.
by David Benjamin
· 7 years ago
6675cfd
Unexport more of lhash.
by David Benjamin
· 7 years ago
a37f286
Remove the buggy RSA parser.
by David Benjamin
· 7 years ago
40e9470
Always process handshake records in full.
by David Benjamin
· 7 years ago
f66e882
Fix documentation for |ssl_ticket_aead_method_st|.
by Daniel Hirche
· 7 years ago
64950cb
Don't rely on x509.h for SSL_FILETYPE_*.
by David Benjamin
· 7 years ago
4e84035
Fully hide LHASH_OF(SSL_SESSION).
by David Benjamin
· 7 years ago
b15aa0a
Add chacha.h to the list of documented headers.
by Adam Langley
· 7 years ago
01f26f3
Re-add hmac.h include to ssl.h.
by Alessandro Ghedini
· 7 years ago
1f1ac63
Fix typo in TODO comment.
by David Benjamin
· 7 years ago
664e99a
Make SSL_CTX opaque.
by David Benjamin
· 7 years ago
2450027
Fold away clean boolean in BUF_MEM.
by David Benjamin
· 7 years ago
c64d123
Push Span down a layer.
by David Benjamin
· 7 years ago
751d1a1
Fold ssl_open_record_fatal_alert into ssl_open_record_error.
by David Benjamin
· 8 years ago
b25a899
Add the ability to save and restore the error state.
by David Benjamin
· 7 years ago
02afbd3
Build with clang-cl standalone.
by David Benjamin
· 7 years ago
12fdd08
Remove C4245 suppression.
by David Benjamin
· 7 years ago
a65c252
Further simplify error queue flags.
by David Benjamin
· 7 years ago
a4bafd3
Add SSL_SESSION_{get,set}_protocol_version.
by David Benjamin
· 7 years ago
4c7f5fa
Remove old TLS 1.3 variants (NoSessionID and RecordType).
by Steven Valdez
· 7 years ago
51776b0
Document more of err.h.
by David Benjamin
· 7 years ago
e1c3dad
Error data is always a NUL-terminated malloced string.
by David Benjamin
· 8 years ago
b949355
Add bssl::Span<T>::subspan and use it.
by David Benjamin
· 8 years ago
81f030b
Switch OPENSSL_VERSION_NUMBER to 1.1.0.
by David Benjamin
· 9 years ago
e9c7b1c
Add SSL_SESSION_is_single_use.
by David Benjamin
· 8 years ago
9eaa3bd
Remove SSL_CTX_sessions and properly lock SSL_CTX_sess_number.
by David Benjamin
· 8 years ago
6b3ab72
Add an implicit CBS to Span<const uint8_t> conversion.
by David Benjamin
· 8 years ago
6666886
Fix EnableIfContainer with MSVC 2015.
by David Benjamin
· 8 years ago
42e93b6
Export EVP_parse_digest_algorithm and add EVP_marshal_digest_algorithm.
by David Benjamin
· 8 years ago
e58f8a6
Simplify tls1_change_cipher_spec.
by David Benjamin
· 8 years ago
b1b76ae
Add SSL_CIPHER_get_prf_nid.
by David Benjamin
· 8 years ago
cecf1a7
Remove unused RSA_METHOD field.
by David Benjamin
· 8 years ago
60931e2
Explicit fallthrough on switch
by Vincent Batts
· 8 years ago
246e27d
Switch the buggy RSA parser off by default.
by David Benjamin
· 8 years ago
6dc892f
Remove redundant calls to |OPENSSL_cleanse| and |OPENSSL_realloc_clean|.
by Martin Kreichgauer
· 8 years ago
e64ef27
Add EVP AES-128 CFB128 support via decrepit.
by Adam Langley
· 8 years ago
9a127b4
Add CRYPTO_needs_hwcap2_workaround.
by David Benjamin
· 8 years ago
288ca7d
Remove ASN1_template_(i2d,d2i).
by David Benjamin
· 8 years ago
9a4876e
Remove hmac.h include from ssl.h.
by David Benjamin
· 8 years ago
33fc2ba
Opaquify SSL_CIPHER.
by David Benjamin
· 8 years ago
c7d4d21
Add experiment without client CCS and fix session ID bug.
by Steven Valdez
· 8 years ago
1682126
Add Experiment 2
by Steven Valdez
· 8 years ago
54c259d
Clarify RSA_add_pkcs1_prefix must be released with OPENSSL_free.
by David Benjamin
· 8 years ago
a861460
Make SNI per-connection, not per-session.
by David Benjamin
· 8 years ago
c0e15d1
Zero memory in |OPENSSL_free|.
by Martin Kreichgauer
· 8 years ago
be90bf7
Clarify ERR_print_errors_* clear the error queue.
by David Benjamin
· 8 years ago
2762b35
Add X509_PUBKEY to bssl::UniquePtr.
by David Benjamin
· 8 years ago
4d71a9a
Migrate TLS 1.2 and below state machines to the new style.
by Steven Valdez
· 8 years ago
e3bb51c
Remove deprecated cipher property APIs.
by David Benjamin
· 8 years ago
chromium-3202
8fc2dc0
Put SCTs and OCSP responses in CRYPTO_BUFFERs.
by David Benjamin
· 8 years ago
4512b79
Run comment conversion script on include/
by David Benjamin
· 8 years ago
68a0b1b
Remove RFC 5114 groups.
by David Benjamin
· 8 years ago
3e2001c
Remove BIO_set_callback and friends.
by David Benjamin
· 8 years ago
72912d2
Rotate the default ticket encryption key.
by Martin Kreichgauer
· 8 years ago
18cdde7
Remove old BORINGSSL_YYYYMM defines.
by David Benjamin
· 8 years ago
f4ecc84
Prevent both early data and custom extensions from being accepted.
by Steven Valdez
· 8 years ago
348f0d8
Add OpenSSL 1.1.0's cipher property functions.
by David Benjamin
· 8 years ago
70dbf04
Add SSL_CTX_cipher_in_group.
by David Benjamin
· 8 years ago
7934f08
Replace init_msg/init_num with a get_message hook.
by David Benjamin
· 8 years ago
8f94c31
Replace reuse_message with an explicit next_message call.
by David Benjamin
· 8 years ago
ba2d3df
Add DTLS_with_buffers_method.
by David Benjamin
· 8 years ago
4492a61
More scopers.
by David Benjamin
· 8 years ago
211a06a
Rephrase documentation on early data reset.
by David Benjamin
· 8 years ago
27e377e
Fix miscellaneous clang-tidy warnings.
by David Benjamin
· 8 years ago
4d1b57a
Add dummy |RAND_get_rand_method|.
by Adam Langley
· 8 years ago
abbf365
Make the bssl::SealRecord out_suffix arg fixed length.
by Martin Kreichgauer
· 8 years ago
6e9321f
Add a bssl::PushToStack helper.
by David Benjamin
· 8 years ago
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
be483dbe
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
Next »