summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-27add an additional async notification communication method based on callbackPing Yu
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-21Rework building: Unix changes to handle extensions and product namesRichard Levitte
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/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
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-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2019-01-08Fix compilation on sparcMatt Caswell
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-05crypto/evp/e_aes.c: build again on s390xRichard Levitte
2019-01-05crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer
2019-01-05s390x assembly pack: perlasm support.Patrick Steuer
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-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-20Admit unknown pkey types at security level 0Ken Goldman
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte
2018-12-15Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short
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-12Add RFC5297 AES-SIV supportTodd Short
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-11typo ANS1 -> ASN1nxtstep
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz
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