Add -rsigopt option to ocsp command
[openssl.git] / crypto / evp /
2018-01-23 PauliSHA512/224 and SHA512/256
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-13 Andy Polyakovevp/pbe_scrypt.c: add boundary condition for implicit...
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30 Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-30 Richard Levittemake update
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11 Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-15 Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15 Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
2017-08-12 Andy PolyakovWire SHAKE to EVP.
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-01 Martin PeyloAdding NID_hmac_sha1 and _md5 to builtin_pbe[]
2017-07-29 Dr. Stephen HensonAdd public key method enumeration function.
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-25 Andy PolyakovAdd evp/m_sha3.c.
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-07 PauliTrivial bounds checking.
2017-07-05 Richard LevitteFix small UI issues
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-03 PauliFix copyright date for the ARIA evp file.
2017-06-15 PauliCorrect Oracle copyrights & clarify.
2017-06-12 Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-02 Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-10 Lukasz PawelczykRestore EVP_CIPH_FLAG_LENGTH_BITS working properly
2017-02-08 Dr. Stephen HensonMake EVP_*Final work for CCM ciphers
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-03 Bernd EdlingerCombined patch against master branch for the following...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-11-25 Dr. Stephen HensonFix ctrl operation for SHA1/MD5SHA1.
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-10 Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-10-18 Patrick SteuerFix strict-warnings build
2016-09-07 Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-24 Andy Polyakovevp/bio_enc.c: stop using pointer arithmetic for error...
2016-08-21 Andy Polyakovevp/bio_enc.c: refine non-overlapping logic.
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
next