Avoid possible memleak in X509_policy_check()
[openssl.git] / crypto /
2017-07-05 Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-05 Rich SalzUndo commit d420ac2
2017-07-04 Richard LevitteSTORE: fix possible memory leak
2017-07-03 PauliUse the return value from write(2)
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Andy Polyakov'make update' after objects/objects.txt update.
2017-07-03 Andy Polyakovobjects/objects.txt: add SHA3 OIDs.
2017-07-03 Andy Polyakovsha/keccak1600.c: internalize KeccakF1600 and simplify...
2017-07-03 Andy Polyakovsha/asm/keccak1600-x86_64.pl: close gap with Keccak...
2017-07-03 Andy Polyakovsha/asm/keccak1600-s390x.pl: typo and readability,...
2017-07-03 Andy Polyakovx86_64 assembly pack: fill some blanks in Ryzen results.
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-03 Richard LevitteMake sure OSSL_STORE_load() isn't caught in an endless...
2017-07-03 PauliFix copyright date for the ARIA evp file.
2017-07-02 Richard LevitteSTORE 'file' scheme loader: DNS name in URI is case...
2017-07-01 Rich SalzCleanup some copyright stuff
2017-06-30 Dr. Stephen HensonFix build with no-threads no-ec
2017-06-30 Rich SalzFix atfork flag. Avoid double-negatives :)
2017-06-30 Rich SalzMerge Intel copyright notice into standard
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-29 Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29 Richard LevitteSTORE: simplify store_loader_cmp()
2017-06-29 Andy PolyakovAdd sha/asm/keccak1600-s390x.pl.
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: add CFI directives.
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: optimize by re-ordering...
2017-06-29 Andy Polyakovsha/asm/keccak1600-x86_64.pl: remove redundant moves.
2017-06-29 Andy PolyakovAdd sha/asm/keccak1600-x86_64.pl.
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteMake it possible to tell the file loader to use secure...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
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...
next