STORE: Add a OSSL_STORE_INFO type to help support file handler restarts
[openssl.git] / crypto /
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme
2017-06-29 Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-29 Richard LevitteMake asn1_d2i_read_bio accessible from STORE
2017-06-29 Richard LevitteAdd the STORE module
2017-06-29 Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-28 Richard Levittecrypto/mem.c: on Windows, use rand() instead of random()
2017-06-28 Richard LevitteUI_UTIL_wrap_read_pem_callback: make sure to terminate...
2017-06-28 Richard LevitteComment on the lack of documentation for asymmetric...
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-28 Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-26 Rich SalzRename static global "lock" to "obj_lock"
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-26 Paul YangFix inaccurate comments in bn_prime.c
2017-06-24 Andy Polyakovsha/asm/keccak1600-mmx.pl: optimize for Atom and add...
2017-06-24 Andy PolyakovAdd sha/asm/keccak1600-mmx.pl, x86 MMX module.
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!
next