Treat all failures from EVP_DigestVerify() as a bad signature
[openssl.git] / crypto /
2017-06-22 Matt CaswellFix OBJ_create() to tolerate a NULL sn and ln
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-21 Andy Polyakovsha/asm/sha512p8-ppc.pl: add POWER8 performance data.
2017-06-21 Andy PolyakovAdd Keccak-1600 modules for PPC64 and POWER8.
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Andy PolyakovAdd sha/asm/keccak1600-c64x.pl
2017-06-21 Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21 Dr. Stephen HensonRecognise Ed25519 in X509_certificate_type
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-20 FdaSilvaYYDeclare a new x509v3 extension: x509ExtAdmission
2017-06-20 Rich SalzFix typo (note by oneton@users.github)
2017-06-20 Rich SalzAdd RAND_UNIMPLEMENTED error code
2017-06-19 Rich SalzRemove bsd_cryptodev engine
2017-06-19 Bernd EdlingerFix the fall-out in 04-test_bioprint.t
2017-06-19 Bernd EdlingerFix the error handling in ERR_get_state:
2017-06-17 Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-16 komainu8Modify type of variable in OPENSSL_cpuid_setup function
2017-06-16 Matt CaswellAllow the server to change the ciphersuite on resume
2017-06-15 Andy PolyakovAdd sha/asm/keccak1600-armv8.pl.
2017-06-15 Rich SalzStandardize Levitte's dual-license
2017-06-15 PauliCorrect Oracle copyrights & clarify.
2017-06-14 Rich SalzRemove OLD_STR_TO_KEY compile option
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-06-14 Bernd EdlingerFix another possible crash in rsa_ossl_mod_exp.
2017-06-14 Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-14 Bernd EdlingerFix crash in ecdh_simple_compute_key.
2017-06-14 Bernd EdlingerFix a possible crash in the error handling.
2017-06-13 Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-06-13 Andy Polyakovperlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.
2017-06-12 Rich SalzPut message strings in state files
2017-06-12 Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-11 Josh Sorefimprove comment: use "optimization" for clarity
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-10 Rich SalzRemove needless type casting.
2017-06-09 Benjamin KadukFix memory leaks in CTLOG_new_from_base64
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-08 Rich SalzFix a read off the end of the input buffer
2017-06-08 Andy Polyakovsha/asm/keccak1600-armv4.pl: switch to more efficient...
2017-06-08 Andy Polyakovsha/keccak1600.c: switch to more efficient bit interlea...
2017-06-08 Todd ShortFix #340: Parse ASN1_TIME to struct tm
2017-06-07 Rich Salzmake error tables const and separate header file
2017-06-07 Rich SalzAdd a lock around the OBJ_NAME table
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add NEON code path.
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_s...
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: optimization based on...
2017-06-06 Andy PolyakovAdd sha/asm/keccak1600-armv4.pl.
2017-06-05 Andy Polyakovsha/keccak1600.c: add #ifdef KECCAK1600_ASM.
2017-06-05 Andy Polyakovsha/keccak1600.c: reduce temporary storage utilization...
2017-06-05 Andy Polyakovsha/keccak1600.c: add another 1x variant.
2017-06-05 Andy Polyakovsha/keccak1600.c: add ARM-specific "reference" tweaks.
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-02 Todd ShortFix ex_data and session_dup issues
2017-06-02 Matt CaswellLeft shift of a negative number is undefined behaviour
2017-05-31 Rich SalzOnly release thread-local key if we created it.
2017-05-31 Erwann AbaleaAdd some OID's from X.520
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-05-31 HorimotoYasuhiroCLA: trivial
2017-05-30 Dr. Stephen HensonClear sensitive data in ED25519_sign
2017-05-30 Dr. Stephen HensonAdd custom sig_info_set for ED25519
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAdd custom ASN.1 sign and verify
2017-05-30 Dr. Stephen HensonAdd ED25519 as signature OID
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen Hensonadd method
2017-05-30 Dr. Stephen HensonAdd ED25519 ASN.1 method
2017-05-30 Dr. Stephen HensonAdd EdDSA algorithm OIDs from draft-ietf-curdle-pkix-04
2017-05-30 Dr. Stephen HensonMake Ed25519 consistent with X25519
2017-05-30 Dr. Stephen HensonAdd Ed25519 algorithm.
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAllow NULL md for custom signing methods
2017-05-30 Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-30 Andy Polyakovsha/keccak1600.c: implement lane complementing transform
2017-05-30 Andy Polyakovsha/keccak1600.c: implement bit interleaving optimization.
2017-05-29 Marek Kleinfixing incorrect OID of signingCertificateV2
2017-05-27 Josh SorefFix spelling errors in CMS.
2017-05-26 Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-26 Andy Polyakovaria/aria.c: address undefined behaviour warning in...
2017-05-22 Alex GaynorNewlines!
2017-05-22 Alex GaynorStyle fixes and use the source parameter so the OCSP...
2017-05-22 Alex GaynorThis is an int
2017-05-22 Alex GaynorDon't use a for-loop decleration
2017-05-22 Alex GaynorFixed #3020 -- set entry type on SCTs from X.509 and...
2017-05-21 Todd ShortTweak sec_mem tests
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-15 Tomas MrazDo not eat trailing '\n' in BIO_gets for fd BIO.
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-05-11 Todd ShortFix infinite loops in secure memory allocation.
2017-05-11 Richard LevitteClean away needless VMS check
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 PauliRemove dead code.
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-05-08 Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2017-05-08 Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08 Benjamin KadukAdd PEM_read_bio_ex
2017-05-05 Andy Polyakovsha/sha512.c: fix formatting.
2017-05-05 Andy Polyakovperlasm/x86_64-xlate.pl: work around problem with hex...
2017-05-04 Rich SalzFix pathname errors in errcode file
next