summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-02-26Update copyright yearMatt Caswell
2019-02-26e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-26eng_devcrypto: close open session on initEneas U de Queiroz
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri
2019-02-20SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-02-17Check for unpaired .cfi_remember_stateDavid Benjamin
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2019-02-13AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-27crypto/bn: fix return value in BN_generate_primeDavid Asraf
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-16crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte
2019-01-16crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte
2019-01-15Check more return values in the SRP codeMatt Caswell
2019-01-15Check a return value in the SRP codeMatt Caswell
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
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