Sign in
boringssl
/
boringssl.git
/
423488557c4526640831c87f025d6abf413348a2
4234885
Remove unused functions.
by David Benjamin
· 9 years ago
45dab25
Skip free callbacks on empty CRYPTO_EX_DATAs.
by David Benjamin
· 9 years ago
8a58933
Remove the CRYPTO_EX_new callback.
by David Benjamin
· 9 years ago
0abd6f2
Get struct timeval from sys/time.h.
by David Benjamin
· 9 years ago
1246670
Use UINT64_C in sha512.c table.
by David Benjamin
· 9 years ago
5ddffbb
Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.
by David Benjamin
· 9 years ago
53e5c2c
Remove SSL_(CTX_)?set_ecdh_callback.
by David Benjamin
· 9 years ago
756ad17
Initialize |one_index| in OAEP padding check.
by David Benjamin
· 9 years ago
1634a33
Convert rsa/padding.c to constant-time helpers.
by David Benjamin
· 9 years ago
b36a395
Add slightly better RSA key exchange tests.
by David Benjamin
· 9 years ago
0bd71eb
Remove weird ret negation logic.
by David Benjamin
· 9 years ago
e9cddb8
Remove SSL_OP_LEGACY_SERVER_CONNECT.
by David Benjamin
· 9 years ago
3e052de
Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.
by David Benjamin
· 9 years ago
03f0005
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.
by David Benjamin
· 9 years ago
ef5e515
Remove SSL_OP_TLS_D5_BUG.
by David Benjamin
· 9 years ago
c100ef4
Limit depth of ASN1 parse printing.
by David Benjamin
· 9 years ago
2205093
Add a comment in SetTestState from bssl_shim.
by David Benjamin
· 9 years ago
6ae67df
Don't leak Android hacks to other build platforms.
by Piotr Sikora
· 9 years ago
a0ef7b0
Enforce that |EC_KEY| private key is in [0, group->order).
by Brian Smith
· 9 years ago
533a273
Add |EC_METHOD| method for verifying public key order.
by Brian Smith
· 9 years ago
a3d9de0
Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|.
by Brian Smith
· 9 years ago
8847856
Include <sys/time.h> in packeted_bio.h for 'timeval'
by Sam Clegg
· 9 years ago
dca63cf
Don't abort in |init_once| if |fcntl| returns ENOSYS
by Sam Clegg
· 9 years ago
afd565f
Add defines for SRTP profiles using GCM ciphers from RFC 7714.
by Joachim Bauch
· 9 years ago
902870e
Gate SHA_CTX compatibility on !WINDOWS.
by Adam Langley
· 9 years ago
34aa55c
Support the SHA_CTX hack without ANDROID.
by Adam Langley
· 9 years ago
6d9e5a7
Re-apply 75b833cc819a9d189adb0fdd56327bee600ff9e9
by David Benjamin
· 9 years ago
28243c0
Add PSS parameter check.
by David Benjamin
· 9 years ago
e701f16
bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).
by David Benjamin
· 9 years ago
cb85298
Fix leak with ASN.1 combine.
by David Benjamin
· 9 years ago
c4f25ce
Work around yaSSL bug.
by Adam Langley
· 9 years ago
version_for_cocoapods_1.0
c5eb467
Remove dead code in p256-x86_64.
by Brian Smith
· 9 years ago
758d127
Add get0 getters for EVP_PKEY.
by David Benjamin
· 9 years ago
fde89b4
avoid clashes with libc's 'open' in e_chacha20poly1305.c
by Mostyn Bramley-Moore
· 9 years ago
60a45aa
Remove reference to removed |RSA_FLAG_NO_CONSTTIME| flag.
by Brian Smith
· 9 years ago
81edc9b
Do away with BN_LLONG in favor of BN_ULLONG.
by David Benjamin
· 9 years ago
e8fe07f
Fix AES XTS mode key size.
by Matt Braithwaite
· 9 years ago
93a5b44
Make CRYPTO_library_init use a CRYPTO_once_t.
by David Benjamin
· 9 years ago
bf76218
Remove the |ri| field of |BN_MONT_CTX|.
by Brian Smith
· 9 years ago
596ab10
s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|.
by Brian Smith
· 9 years ago
7af36e1
Share common definitions of |TOBN| and |BIGNUM_STATIC|.
by Brian Smith
· 9 years ago
ff2df33
Reformat the cipher suite table.
by David Benjamin
· 9 years ago
9f2e277
Remove strength_bits.
by David Benjamin
· 9 years ago
d6e9eec
Remove algo_strength.
by David Benjamin
· 9 years ago
dcb6ef0
Remove algorithm_ssl.
by David Benjamin
· 9 years ago
d28f59c
Switch the keylog BIO to a callback.
by David Benjamin
· 9 years ago
fba735c
Register the *25519 tests as dependencies of all_tests.
by David Benjamin
· 9 years ago
f3376ac
Remove |EC_POINTs_mul| & simplify p256-x86_64.
by Brian Smith
· 9 years ago
301efc8
Fix error handling in |p256-x86_64|.
by Brian Smith
· 9 years ago
e2136d9
Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|.
by Brian Smith
· 9 years ago
9b26297
Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops.
by Brian Smith
· 9 years ago
5058d79
Remove p224-64 and p256-64 dead code for non-default generators.
by Brian Smith
· 9 years ago
b1b6229
Add NEON implementation of curve25519.
by Adam Langley
· 9 years ago
9e65d48
Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible.
by Adam Langley
· 9 years ago
3ac32b1
Fix curve25519 code for MSVC.
by Adam Langley
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago
c324f17
Make sure pthread_once() succeeds.
by Piotr Sikora
· 9 years ago
9361243
Don't include <alloca.h>, it's no longer needed.
by Piotr Sikora
· 9 years ago
b00061c
Add SSL_CIPHER_is_AES[128|256]CBC.
by Adam Langley
· 9 years ago
3a59611
size_t SSL*_use_*_ASN1.
by David Benjamin
· 9 years ago
b324159
Fix ssl3_send_server_key_exchange error path.
by David Benjamin
· 9 years ago
f584a5a
Reset epoch state in one place.
by David Benjamin
· 9 years ago
2077cf9
Use UINT64_C instead of OPENSSL_U64.
by David Benjamin
· 9 years ago
af07365
Check for overflow when parsing a CBS with d2i_*.
by David Benjamin
· 9 years ago
780cd92
modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases.
by David Benjamin
· 9 years ago
f9c77de
Drop CBB allocation failure test.
by Adam Langley
· 9 years ago
a33915d
Have |CBB_init| zero the |CBB| before any possible failures.
by Adam Langley
· 9 years ago
c5c85de
Make RAND_seed read a byte of random data.
by Adam Langley
· 9 years ago
d9e2702
Don't encode or decode ∞.
by Adam Langley
· 9 years ago
e7806fd
Remove point-on-curve check from |ec_GFp_simple_oct2point|.
by Adam Langley
· 9 years ago
20c3731
Become partially -Wmissing-variable-declarations-clean.
by David Benjamin
· 9 years ago
7308aaa
Remove `EC_GFp_simple_method` (dead code).
by Brian Smith
· 9 years ago
f872951
Fix null pointer dereference when using "simple" EC.
by Brian Smith
· 9 years ago
8bde5d2
Remove the unused |Ni| member of |BN_MONT_CTX|.
by Brian Smith
· 9 years ago
ce7ae6f
Enable AVX code for SHA-*.
by David Benjamin
· 9 years ago
9f1f04f
Remove nistz256 dead code for non-default generators.
by Brian Smith
· 9 years ago
d7421eb
Remove condition which always evaluates to true (size_t >= 0).
by Piotr Sikora
· 9 years ago
d386394
Test for underflow before subtraction.
by Piotr Sikora
· 9 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 9 years ago
cd24a39
Limit DHE groups to 4096-bit.
by David Benjamin
· 9 years ago
99fdfb9
Move curve check out of tls12_check_peer_sigalg.
by David Benjamin
· 9 years ago
7104cc9
Update and fix fuzzing instructions.
by Adam Langley
· 9 years ago
9a4beb8
Add four, basic fuzz tests.
by Adam Langley
· 9 years ago
4ab2540
Add AArch64 Montgomery assembly.
by Adam Langley
· 9 years ago
ad38dc7
Enable Montgomery optimisations on ARM.
by Adam Langley
· 9 years ago
2e64f1b
Check PKCS#8 pkey field is valid before cleansing.
by Adam Langley
· 9 years ago
f606f98
bssl pkcs12 shouldn't crash on missing key.
by David Benjamin
· 9 years ago
e348ff4
Fix build.
by David Benjamin
· 9 years ago
6e80765
Add SSL_get_server_key_exchange_hash.
by David Benjamin
· 9 years ago
788be4a
Remove the hard-coded SHA-1 exception for sigalgs.
by David Benjamin
· 9 years ago
5d5e39f
Remove non-ASM version of |bn_mul_mont| in bn/generic.c.
by Brian Smith
· 10 years ago
59b0fcc
Define BORINGSSL_201510.
by Adam Langley
· 9 years ago
e6d1e5a
Use typedef names, not struct names.
by David Benjamin
· 9 years ago
16285ea
Rewrite DTLS handshake message sending logic.
by David Benjamin
· 9 years ago
c81ee8b
Add missing state to DTLS state machine.
by David Benjamin
· 9 years ago
2e24b9b
Allow SHA-512 unaligned data access in |OPENSSL_NO_ASM| mode.
by Brian Smith
· 9 years ago
e82e6f6
Constify more BN_MONT_CTX parameters.
by David Benjamin
· 9 years ago
c7817d8
Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.
by David Benjamin
· 9 years ago
9d94d5e
Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations.
by Brian Smith
· 9 years ago
38feb99
Require that EC points are on the curve.
by Adam Langley
· 10 years ago
Next »