Sign in
boringssl
/
boringssl
/
3675dddab9993e9c521c76c6b10176b8da7c0141
/
include
/
openssl
da7f0c6
Unwind X509_LU_RETRY and fix a lot of type confusion.
by David Benjamin
· 9 years ago
65dac9c
Fix the name of OPENSSL_add_all_algorithms_conf.
by David Benjamin
· 9 years ago
41e0804
Fix typo.
by David Benjamin
· 9 years ago
f715c42
Make SSL_set_bio's ownership easier to reason about.
by David Benjamin
· 9 years ago
7af3140
Remove ASN.1 BIOs.
by David Benjamin
· 9 years ago
ae0bf3b
Remove ASN1_parse and ASN1_parse_dump.
by David Benjamin
· 9 years ago
e77b16e
Remove ASN.1 print hooks.
by David Benjamin
· 9 years ago
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
2446db0
Require in == out for in-place encryption.
by David Benjamin
· 9 years ago
8f1e113
Ensure verify error is set when X509_verify_cert() fails.
by David Benjamin
· 9 years ago
9edb2c6
Adding function to set the "current time" callback used for DTLS.
by Taylor Brandstetter
· 9 years ago
3dcec45
Rename SERVER_DONE to SERVER_HELLO_DONE.
by David Benjamin
· 9 years ago
0d21dcd
Remove unnecessary sectioning in ssl.h.
by David Benjamin
· 9 years ago
a7810c1
Make tls_open_record always in-place.
by David Benjamin
· 9 years ago
585d7a4
Test both synchronous and asynchronous DTLS retransmit.
by David Benjamin
· 9 years ago
83042a8
Add a no-op OpenSSL_add_all_algorithms_conf.
by David Benjamin
· 9 years ago
bbc7859
Match OpenSSL's values for BIO_CTRL_*.
by David Benjamin
· 9 years ago
f4978b7
Add some getters for the old lock callbacks.
by David Benjamin
· 9 years ago
e7b3ce5
Add BIO_set_conn_int_port.
by David Benjamin
· 9 years ago
d206dfa
Add missing newline in newhope.h.
by David Benjamin
· 9 years ago
aa80ff5
crypto/newhope: add OPENSSL_EXPORT to functions used by tests.
by Adam Langley
· 9 years ago
a34bd8e
crypto/newhope: fix comment typo.
by Adam Langley
· 9 years ago
6b7436b
newhope: restore statistical tests.
by Matt Braithwaite
· 9 years ago
0fc7df5
Add SSL_CIPHER_is_DHE.
by David Benjamin
· 9 years ago
3084e7b
Adding ECDHE-PSK GCM Ciphersuites.
by Steven Valdez
· 9 years ago
27e863e
newhope: improve test vectors.
by Matt Braithwaite
· 9 years ago
bbd43b5
Renaming SSL3_MT_NEWSESSION_TICKET to SSL3_MT_NEW_SESSION_TICKET.
by Steven Valdez
· 9 years ago
db20726
newhope: refactor and add test vectors.
by Matt Braithwaite
· 9 years ago
156edfe
Switch Windows CRYPTO_MUTEX implementation to SRWLOCK.
by David Benjamin
· 9 years ago
053931e
CECPQ1: change from named curve to ciphersuite.
by Matt Braithwaite
· 9 years ago
d09175f
Replace base64 decoding.
by Adam Langley
· 9 years ago
4f94b1c
Adding TLS 1.3 constants.
by Steven Valdez
· 9 years ago
1eca1d3
Renaming Channel ID Encrypted Extensions.
by Steven Valdez
· 9 years ago
2f87112
Never expose ssl->bbio in the public API.
by David Benjamin
· 9 years ago
ce902a9
Generalizing curves to groups in preparation for TLS 1.3.
by Steven Valdez
· 9 years ago
1aa03f0
Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.
by Adam Langley
· 9 years ago
7cb920b
Include crypto.h from pem.h.
by Adam Langley
· 9 years ago
3686584
Separating HKDF into HKDFExtract and HKDFExpand.
by Steven Valdez
· 9 years ago
e25775b
Elliptic curve + post-quantum key exchange
by Matt Braithwaite
· 9 years ago
e09e579
Rename NEWHOPE functions to offer/accept/finish.
by Matt Braithwaite
· 9 years ago
ea77107
Remove references to non-existent BIO functions.
by David Benjamin
· 9 years ago
1e6d6df
Remove state parameters to ssl3_get_message.
by David Benjamin
· 9 years ago
a6338be
Simplify ssl3_get_message.
by David Benjamin
· 9 years ago
1f9329a
Add BUF_MEM_reserve.
by David Benjamin
· 9 years ago
7f6706c
MSVC doesn't like C bitfields.
by David Benjamin
· 9 years ago
fa214e4
Tidy up shutdown state.
by David Benjamin
· 9 years ago
4fac8d0
Add CRYPTO_has_asm.
by Adam Langley
· 9 years ago
448fa42
Deprecate |BN_mod_exp2_mont| and simplify its implementation.
by Brian Smith
· 9 years ago
ada9799
Fix stack macro const-ness.
by David Benjamin
· 9 years ago
ef2dc61
Remove invalid comment for alert_dispatch.
by David Benjamin
· 9 years ago
e31d103
Deprecate |BN_mod_exp_mont_word| and simplify its implementation.
by Brian Smith
· 9 years ago
376a0fe
Adding a method to change the initial DTLS retransmission timer value.
by Taylor Brandstetter
· 9 years ago
3473315
Reimplement PKCS #3 DH parameter parsing with crypto/bytestring.
by David Benjamin
· 9 years ago
9d908ba
Add BORINGSSL_API_VERSION.
by David Benjamin
· 9 years ago
598e55a
Do RSA blinding unless |e| is NULL and specifically requested not to.
by Brian Smith
· 9 years ago
86080c3
Verify RSA private key operation regardless of whether CRT is used.
by Brian Smith
· 9 years ago
52a3bf2
Add checks to X509_NAME_oneline()
by David Benjamin
· 9 years ago
b83c680
Add |CRYPTO_is_confidential_build|.
by Adam Langley
· 9 years ago
0a63b96
Make CRYPTO_is_NEON_capable aware of the buggy CPU.
by David Benjamin
· 9 years ago
862c0aa
Revert md_len removal from SHA256_CTX and SHA512_CTX.
by David Benjamin
· 9 years ago
9158637
Make SHA256_Final actually only return one.
by David Benjamin
· 9 years ago
c0d8b83
Make SHA512_Final actually only return one.
by David Benjamin
· 9 years ago
3baee2a
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
045a0ff
Import `newhope' (post-quantum key exchange).
by Matt Braithwaite
· 9 years ago
c25d2e6
Resolve -Wextern-c-compat warnings with OPENSSL_NO_THREADS.
by David Benjamin
· 9 years ago
6e96d2b
Remove stale wpa_supplicant hacks.
by David Benjamin
· 9 years ago
1be6a7e
Add another temporary hack for wpa_supplicant.
by David Benjamin
· 9 years ago
818aff0
Add SSL_SESSION_get_master_key.
by David Benjamin
· 9 years ago
7fadfc6
Move TLS-specific "AEAD" functions to the bottom of aead.h.
by David Benjamin
· 9 years ago
325664e
Add hkdf.h to doc.config.
by David Benjamin
· 9 years ago
582d284
Reimplement PKCS#12 key derivation.
by David Benjamin
· 9 years ago
0e21f41
Switch all 'num' parameters in crypto/modes to unsigned.
by David Benjamin
· 9 years ago
1a0a8b6
Make EVP_MD_CTX size functions return size_t.
by David Benjamin
· 9 years ago
86361a3
Require the public exponent to be available in RSA blinding.
by Brian Smith
· 9 years ago
d035730
Make return value of |BN_MONT_CTX_set_locked| int.
by Brian Smith
· 9 years ago
c0b196d
Drop support for engines-provided signature verification.
by Brian Smith
· 9 years ago
26993ad
Only use recv/send for socket BIOs on Windows.
by David Benjamin
· 9 years ago
9980ce1
Add BORINGSSL_PREFIX for prefixing symbols
by Steven Valdez
· 9 years ago
a82e8dd
Tweak X25519 documentation.
by David Benjamin
· 9 years ago
aaccbfe
Export RSA_padding_add_PKCS1_OAEP[_mgf1]
by Adam Langley
· 9 years ago
e4c678a
Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit."
by David Benjamin
· 9 years ago
112c4dd
Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.
by David Benjamin
· 9 years ago
14420e9
Remove EVP_aead_chacha20_poly1305_rfc7539 alias.
by David Benjamin
· 9 years ago
d44a943
Fix docs typo.
by David Benjamin
· 9 years ago
0d76c40
Decouple crypto/ec from the OID table.
by David Benjamin
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
5d38f78
Rename obj_mac.h to nid.h and make it a multiply-includable header.
by David Benjamin
· 9 years ago
9e5eb63
Document that CRYPTO_library_init may be called concurrently.
by David Benjamin
· 9 years ago
4b7b048
Spell __attribute__((format(printf, ...))) with more underscores.
by David Benjamin
· 9 years ago
3c4a5cb
Revert "Enable upstream's Poly1305 code."
by David Benjamin
· 9 years ago
f08c1c6
Drop support for custom |mod_exp| hooks in |RSA_METHOD|.
by Brian Smith
· 9 years ago
baca950
Remove in_handshake.
by David Benjamin
· 9 years ago
282511d
Consolidate shutdown state.
by David Benjamin
· 9 years ago
054e151
Rewrite ARM feature detection.
by David Benjamin
· 9 years ago
24493a4
Always cache Montgomery contexts in RSA.
by Brian Smith
· 9 years ago
897be6a
Add CBS_ASN1_UTF8STRING define.
by Matt Mueller
· 9 years ago
8b0fe8c
Add missing prototypes.
by Piotr Sikora
· 9 years ago
b371f1b
Include time.h in time_support.h.
by David Benjamin
· 9 years ago
6f7374b
Restore EC_GROUP_new_by_curve_name and EC_GROUP_set_generator.
by David Benjamin
· 9 years ago
5c05648
Tiny documentation fix for EC_POINT_set_affine_coordinates_GFp
by Emily Stark
· 9 years ago
Next »