Sign in
boringssl
/
boringssl
/
d7fe75ca5f167944e5c8d46b1058d8bd861159e6
/
crypto
306ece3
Fix some malloc failure crashes.
by David Benjamin
· 10 years ago
c71567d
Update the Estonian workaround comments.
by David Benjamin
· 10 years ago
1f5e945
Remove superfluous SHA-1 dependency from EVP ECDSA code.
by Brian Smith
· 10 years ago
231cb82
Work around broken Estonian smart cards. Again.
by David Benjamin
· 10 years ago
626c686
Initialise |supports_digest|.
by Adam Langley
· 10 years ago
af09675
Restore the NULL-SHA ciphersuite. (Alas.)
by Matt Braithwaite
· 10 years ago
f673831
Drop urandom_test.
by Adam Langley
· 10 years ago
cc2c7aa
Buffer reads of urandom, if you promise no forking.
by Matt Braithwaite
· 10 years ago
06fa67c
Stop using |ERR_peek_last_error| in RSA blinding.
by Adam Langley
· 10 years ago
23b185a
Allow out_present to be NULL in CBS_get_optional_asn1
by Paul Lietar
· 10 years ago
76c2efc
Forbid a server from negotiating both ALPN and NPN.
by David Benjamin
· 10 years ago
43c4d17
Add X509_CRL_up_ref.
by David Benjamin
· 10 years ago
5148345
BN_mod_exp_mont_consttime: check for zero modulus.
by David Benjamin
· 10 years ago
fe71f1d
Fix spurious bn_test failures.
by David Benjamin
· 10 years ago
8d10036
Fix dsa keygen for too-short seed
by David Benjamin
· 10 years ago
885fc04
Fix memory leaks on error in x_x509a.c.
by David Benjamin
· 10 years ago
ffadb39
fread returns a size_t, not int.
by David Benjamin
· 10 years ago
ba13402
Fix the type of ASN1_i2d_bio's last argument.
by David Benjamin
· 10 years ago
b8d28cf
Factor out the buffering and low-level record code.
by David Benjamin
· 10 years ago
e000472
pkcs8.c: Add PBES2 to list of password-based encryption methods.
by Matt Braithwaite
· 10 years ago
73415b6
Move arm_arch.h and fix up lots of include paths.
by Adam Langley
· 10 years ago
61821bf
Add EVP_AEAD_CTX_zero.
by David Benjamin
· 10 years ago
c4ef5ff
In |NCONF_load|, strdup section names rather than adding refs.
by Matt Braithwaite
· 10 years ago
50485c7
Fix a memory leak in |NCONF_free|.
by Matt Braithwaite
· 10 years ago
685402f
Recognize PEM-encoded DSA private keys.
by Matt Braithwaite
· 10 years ago
e9c2830
Use |OPENSSL_strdup| instead of insane alternatives.
by Matt Braithwaite
· 10 years ago
28bc6eb
Don't use the uint128_t P-256 code under MSAN.
by Adam Langley
· 10 years ago
d82a7b2
Re-add |EVP_des_ede|, which is ECB.
by Matt Braithwaite
· 10 years ago
8c413a2
Re-add |EVP_des_ede_cbc|.
by Matt Braithwaite
· 10 years ago
6a2de3c
Don't use a C99 for loop.
by Adam Langley
· 10 years ago
98d2f1f
Add |EVP_des_ecb| from OpenSSL at fd682e4c.
by Matt Braithwaite
· 10 years ago
12fe1b2
Re-add the C version (only) of |EVP_aes_256_xts|
by Matt Braithwaite
· 10 years ago
a89e208
Suppress missing return value check warning in |EVP_DigestFinal|.
by Brian Smith
· 10 years ago
6488725
Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c.
by Matt Braithwaite
· 10 years ago
1f4881f
|EVP_get_digestbyname| and |EVP_get_digestbynid|: recognize MD4.
by Matt Braithwaite
· 10 years ago
8745865
Fix a couple other leaks on failure in X509_verify_cert.
by David Benjamin
· 10 years ago
a6ee3de
Fix leak on malloc failure in X509_verify_cert.
by David Benjamin
· 10 years ago
9e45d6e
Check for 0 modulus in BN_MONT_CTX_set.
by David Benjamin
· 10 years ago
719220e
Get overflow checks right in BN_bin2bn.
by David Benjamin
· 10 years ago
0257cff
Tidy up BN decimal and hex decode functions.
by David Benjamin
· 10 years ago
048d4ad
Remove superfluous “!= 0” in if.
by Adam Langley
· 10 years ago
74279b6
Avoid a copy when using RSA_PADDING_NONE.
by David Benjamin
· 11 years ago
21cdada
Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|.
by Brian Smith
· 10 years ago
b8a6c9e
Fix CRYPTO_hwrand comment.
by David Benjamin
· 10 years ago
02e1834
Make |RSA_PSS_PARAMS| public.
by Matt Braithwaite
· 10 years ago
4ae9f27
Clean up weirdness in initializing EC_GROUP cofactor & order.
by Brian Smith
· 10 years ago
1be2ec6
Fold CRYPTO_hwrand and CRYPTO_have_hwrand together.
by David Benjamin
· 10 years ago
b2d987b
Free tmp_wNAF in all exit paths.
by David Benjamin
· 10 years ago
ade291c
Clean up the DES_key_schedule logic.
by David Benjamin
· 10 years ago
3b51b7a
Remove stray (void)0.
by David Benjamin
· 10 years ago
f9f72b3
Remove BIO dependency from cmac_test.
by Brian Smith
· 10 years ago
62138c5
Check the return value of |BN_sub| in bn_test.cc.
by Brian Smith
· 10 years ago
f4bbc2a
Improve error checking of some |BN_CTX_get| callers.
by Brian Smith
· 10 years ago
7b5f08e
Fix null pointer dereference in file_test.cc.
by Brian Smith
· 10 years ago
906e299
Fix Windows build.
by Brian Smith
· 10 years ago
f92930e
Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.
by Matt Braithwaite
· 10 years ago
b143eca
Consistently participate in err for PKCS12_* functions.
by David Benjamin
· 10 years ago
78fe4fd
Fix more warnings about old-style prototypes.
by Brian Smith
· 10 years ago
8a36e53
Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.
by Brian Smith
· 10 years ago
b748373
Remove redundant declaration of OPENSSL_ia32cap_P from e_aes.c.
by Brian Smith
· 10 years ago
50f1d00
RT3774: double-free in DSA
by David Benjamin
· 10 years ago
2f252fe
Add |DES_set_key_unchecked| as an alias for |DES_set_key|.
by Matt Braithwaite
· 10 years ago
0950563
Implement custom extensions.
by Adam Langley
· 10 years ago
30bff60
EVP_get_cipherbyname: recognize "des-ede3-cbc", not "3des-cbc".
by Matt Braithwaite
· 10 years ago
6bfdc63
Fix NID of |EVP_CIPHER des3_cbc|.
by Matt Braithwaite
· 10 years ago
820731a
Fix some typos in license headers.
by David Benjamin
· 10 years ago
a3a80b2
Convert remaining Latin-1 files to UTF-8.
by David Benjamin
· 10 years ago
a727856
Fix license on rsaz_exp.h.
by David Benjamin
· 10 years ago
bc97c69
Make methods of |RAND_SSLEay| do reasonable things.
by Matt Braithwaite
· 10 years ago
33ad2b5
Tidy up extensions stuff and drop fastradio support.
by Adam Langley
· 10 years ago
0c893f1
Surround immintrin.h includes with warning pragmas.
by David Benjamin
· 10 years ago
f21fe46
Simplify the AMD-specific codepath.
by David Benjamin
· 10 years ago
7315251
Replace cpuid assembly with C code.
by David Benjamin
· 10 years ago
aa58513
Reserve ex_data index zero for app_data.
by David Benjamin
· 10 years ago
31ac9aa
Remove incorrect TODO(fork).
by David Benjamin
· 10 years ago
c473733
Fix typo in |HMAC_CTX_cleanup|.
by Adam Langley
· 10 years ago
207bb43
ERR_LIB_USER should be the last error.
by David Benjamin
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
7f15ff5
Rename crypto/{bn,evp}/asn1.c.
by David Benjamin
· 10 years ago
7ca4b42
Fix Chromium NaCl build.
by David Benjamin
· 10 years ago
4a59709
Fix Windows build.
by David Benjamin
· 10 years ago
0851f674
Add standalone tests for Poly1305.
by David Benjamin
· 10 years ago
2e857bd
Convert the signature algorithms extension to the new system
by Adam Langley
· 10 years ago
d822ed8
Make CBB_len return a length, not remaining.
by David Benjamin
· 10 years ago
27dc1cd
Remove RSA_OAEP_PARAMS.
by David Benjamin
· 10 years ago
74f7110
Parse RSAPrivateKey with CBS.
by David Benjamin
· 10 years ago
c0e245a
Parse RSAPublicKey with CBS.
by David Benjamin
· 10 years ago
7ed35fb
Fix my screwup in review.
by Adam Langley
· 10 years ago
2e40091
PKCS8_pkey_set0 doesn't take ownership on error.
by David Benjamin
· 10 years ago
183eba4
Convert ecdsa_test to the new ECDSA_SIG API.
by David Benjamin
· 10 years ago
87897a8
Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.
by David Benjamin
· 10 years ago
a31c5bf
Make pem_str const-correct.
by David Benjamin
· 10 years ago
42ae3ad
Remove info field on EVP_PKEY_ASN1_METHOD.
by David Benjamin
· 10 years ago
b9c579d
Add crypto/bytestring-based BIGNUM DER functions.
by David Benjamin
· 10 years ago
241364c
Demand for newer POSIX macro
by Khem Raj
· 10 years ago
fd56036
Call ERR_clear_error after functions that are expected to fail.
by David Benjamin
· 10 years ago
cce5a98
Remove EVP_PKEY_dup.
by David Benjamin
· 10 years ago
76e9a2a
Add tests for low-level AES functions.
by David Benjamin
· 10 years ago
f078639
Test both streaming and single-shot EVP_CIPHER operations.
by David Benjamin
· 10 years ago
Next »