summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-04Support _onexit() in preference to atexit() on WindowsMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2019-01-03make updateMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-20Admit unknown pkey types at security level 0Ken Goldman
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi
2018-12-13add missing check for BN_mod_inverseMansour Ahmadi
2018-12-13fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz
2018-12-10Preserve errno on dlopenMatt Caswell
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-10make updateRichard Levitte
2018-12-10Prevent calling decryption in an encryption context and vice versaRichard Levitte
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-12-06curve25519.c: improve formula alignmentDr. Matthias St. Pierre
2018-12-06curve25519.c: reformat code to follow coding guidelinesDr. Matthias St. Pierre
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov
2018-12-05bn/bn_div.c: make conditional addition unconditionalAndy Polyakov
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell
2018-11-30rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov
2018-11-30rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-26Clean up BN_consttime_swap.Billy Brumley
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-24Stop marking default digest for EC keys as mandatoryDavid Woodhouse
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-11-22rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-16sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov
2018-11-16sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov
2018-11-14DSA: Check for sanity of input parametersVitezslav Cizek
2018-11-12Fix SipHash init order.Richard Levitte