Sign in
boringssl
/
boringssl.git
/
5663b634f4ff1952193f0a8383020568f1ba5086
/
include
/
openssl
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
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
· 8 years ago
2dfa1ba
Delete some dead code from crypto/x509.
by David Benjamin
· 8 years ago
5e61d53
Document support status of the legacy ASN.1 code.
by David Benjamin
· 8 years ago
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
Next »