VMS perl: Fix glob output
[openssl.git] / crypto /
2016-05-12 Richard LevitteDJGPP adjustments
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-11 Dr. Stephen HensonUpdate pkcs8 defaults.
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-11 Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-10 Andy Polyakovcrypto/des: remove obsolete functions.
2016-05-10 Andy PolyakovMIPS64 assembly pack: add Poly1305 module.
2016-05-10 Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-05-09 Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-09 J Mohan Rao Arisankalafix check
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-07 Ben Lauriememset() doesn't take NULL.
2016-05-06 Dr. Stephen HensonConstify PKCS12_newpass()
2016-05-06 Dr. Stephen HensonTidy up PKCS12_newpass() fix memory leaks.
2016-05-06 Dr. Stephen HensonOnly set CMS parameter when encrypting
2016-05-06 isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: contain symbols within...
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it cross-compile.
2016-05-05 Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-05 Dr. Stephen Hensontypo
2016-05-05 Dr. Stephen HensonAlways try to set ASN.1 parameters for CMS.
2016-05-05 Emilia KasperDocument inversion ladder in curve25519
2016-05-05 Rich SalzScript changed; update the generated file.
2016-05-04 Dr. Stephen Hensonsupport embed in ASN.1 print
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-05-04 Marek KleinDEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl...
2016-05-04 Matt CaswellHandle malloc failures in BIO_accept
2016-05-04 Dr. Stephen Hensonreject zero block length in PKCS12 keygen
2016-05-04 Dr. Stephen HensonFix Blake block length
2016-05-04 Dr. Stephen HensonFix double free in d2i_PrivateKey().
2016-05-04 Andy PolyakovAlpha assembly pack: make it work on Linux.
2016-05-04 Andy PolyakovMIPS assembly pack: fix MIPS64 assembler warnings.
2016-05-03 Andy PolyakovTru64 fixes.
2016-05-03 Viktor DukhovniDrop duplicate ctx->verify_cb assignment
2016-05-03 Kurt RoeckxCheck that we have enough padding characters.
2016-05-03 Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-05-03 Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03 Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03 Dmitry-MeProperly own the duplicated string
2016-05-03 Dmitry-MeImprove comment
2016-05-03 Matt CaswellPrevent EBCDIC overread for very long strings
2016-05-03 Matt CaswellFix encrypt overflow
2016-05-02 Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-05-02 Todd ShortSecure memory fixes
2016-05-02 Andy PolyakovAndroid build fixes.
2016-05-02 Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-05-02 Andy Polyakovchacha/asm/chacha-x86.pl: make it compile on legacy...
2016-05-01 Richard Levittemake update
2016-05-01 Richard LevitteAdjust a last few generators to new license boilerplate...
2016-04-29 Matt CaswellFix some X509_STORE macros
2016-04-29 Dr. Stephen HensonAdd checks to X509_NAME_oneline()
2016-04-29 Dr. Stephen HensonSanity check buffer length.
2016-04-29 Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-29 Matt CaswellRemove some dead code from EC_GROUP_check()
2016-04-29 Matt CaswellAvoid a NULL ptr deref if group is not set
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
2016-04-29 Matt CaswellThe x509_name_canon function doesn't check for an error...
2016-04-29 David BenjaminAvoid overflow issues in X509_cmp.
2016-04-29 Matt CaswellFix EBCDIC problem in conf_def.h
2016-04-29 Matt CaswellFix a build error with strict-warnings and CHARSET_EBCDIC
2016-04-29 Matt CaswellAdd the ability to test EBCDIC builds
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-29 Kirill MarinushkinAdd aliases for des-ede-ecb and des-ede3-ecb ciphers.
2016-04-29 Andy Polyakovcrypto/ppccap.c: fix missing declaration warning.
2016-04-29 Andy Polyakovcrypto/ppccap.c: permit build with no-chacha and no...
2016-04-29 Matt CaswellRemove some dead code
2016-04-29 Matt CaswellA call to RSA_set0_key had the arguments in the wrong...
2016-04-29 Matt CaswellDon't free the BIGNUM passed to BN_mpi2bn
2016-04-29 Matt CaswellFix a leak in i2b_PVK
2016-04-29 Richard Levittemake update
2016-04-28 FdaSilvaYYBIO_free should call method->destroy before free'ing...
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-28 Christian HeimesAdd getters for X509_STORE and X509_OBJECT members
2016-04-28 Viktor DukhovniImplement X509_STORE_CTX_set_current_cert() accessor
2016-04-28 Richard LevitteFix BIO_set_nbio_accept()
2016-04-28 Matt CaswellFree an ASN1_OBJECT in an error path
2016-04-28 Matt CaswellDon't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
2016-04-28 Matt CaswellFree memory on error in PKCS7_dataFinal()
2016-04-28 Matt CaswellDon't leak memory on error in PKCS12_key_gen_uni
2016-04-28 Matt CaswellDon't leak memory on error in i2b_PVK
2016-04-28 Matt CaswellDon't leak memory on error in b2i_rsa
2016-04-28 Matt CaswellDon't leak resource on error in OCSP_url_svcloc_new
2016-04-28 Matt CaswellCheck that we were actually allocated BIGNUMs in dsa_bu...
2016-04-28 Matt CaswellDon't leak EVP_MD_CTX on error path
2016-04-28 Matt CaswellDon't leak memory on error in cms_RecipientInfo_pwri_crypt
2016-04-28 Matt CaswellDon't leak memory on error in BN_generate_prime_ex
2016-04-28 Matt CaswellFree a BIGNUM on error in BN_mpi2bn
2016-04-28 Matt CaswellDon't leak memory on failure to create a mem BIO
2016-04-28 Matt CaswellClose the accept socket on error
2016-04-28 Richard LevitteMake BIO_sock_error return a proper error code when...
2016-04-27 Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-04-27 Viktor DukhovniFix set0 reuse test
2016-04-27 Viktor DukhovniFuture proof build_chain() in x509_vfy.c
2016-04-27 Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-27 Kazuki YamaguchiGH975 Add ex_data functions for X509_STORE
2016-04-26 Andy PolyakovSPARCv9 assembly pack: fine-tune run-time switch.
next