summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-12-08rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-12-08rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-12-08err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-11-23rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-10[crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
2018-10-30Remove brace from bad cherry-pick of DSA reallocation fixRod Vagg
2018-10-29Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli
2018-10-29DSA mod inverse fixPauli
2018-10-22md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-10-04Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-10-02Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-09-29[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-12minor fixes for WindowsViktor Szakats
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-05Key zeroization fix for EVP_SealInit.Pauli
2018-09-05Make OBJ_NAME case insensitive.Pauli
2018-09-05hkdf zeroization fixShane Lontis
2018-09-05key zeroisation fix for p12Shane Lontis
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2018-08-28bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov
2018-08-28bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov
2018-08-28rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-28crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-24Backport #6648 to OpenSSL_1_1_0-stableNicola Tuveri
2018-08-23Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-22crypto/init.c: improve destructor_key's portability.Andy Polyakov
2018-08-18Fix a warning from MSVC buildBernd Edlinger
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-14Update copyright yearMatt Caswell
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov