Add the ability to test EBCDIC builds
[openssl.git] / crypto /
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.
2016-04-26 Andy Polyakovcamellia/build.info: fix typo
2016-04-26 Benjamin KadukRemove dead-code infinite loop
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-04-25 Andy Polyakovcrypto/poly1305/asm: chase overflow bit on x86 and...
2016-04-25 Viktor DukhovniAdded missing X509_STORE_CTX_set_error_depth() accessor
2016-04-25 Andy Polyakovs390x assembly pack: cache capability query results.
2016-04-25 Andy Polyakovcrypto/sparc_arch.h: reserve more SPARCv9 capability...
2016-04-25 Andy Polyakovchacha/asm/chacha-ppc.pl: get misalignment corner case...
2016-04-23 Kazuki YamaguchiFix EC_KEY_set_private_key() to call key->group->meth...
2016-04-22 Dr. Stephen HensonHarden ASN.1 BIO handling of large amounts of data.
2016-04-21 Dr. Stephen HensonFix CRYPTO_clear_realloc() bug.
2016-04-21 Matt CaswellFix a missing return value check in v3_addr
2016-04-21 Matt CaswellFix some code maintenance issues
2016-04-20 Davide GalassiBIO socket connect failure was not handled correctly.
2016-04-20 MichelFix missing IDEA renames (windows build)
2016-04-20 Rich SalzUpdate copyright; generated files.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-20 Andy Polyakovevp/aes_aes.c: engage Fujitsu SPARC64 X AES support.
2016-04-20 Andy Polyakovsparcv9cap.c: add Fujitsu SPARC64 X AES capability...
2016-04-20 Andy PolyakovAdd AES assembly module for Fujitsu SPARC64 X/X+.
2016-04-20 Andy Polyakovperlasm/x86_64-xlate.pl: make latest ml64 work.
2016-04-20 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: not all assemblers...
2016-04-18 Matt CaswellUnsigned chars can't be negative
2016-04-18 Matt CaswellFix PKCS7 memory leak
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-04-18 Ben LaurieFree methods on destroy.
2016-04-18 Ben LaurieFree engine on error.
2016-04-18 Ben LaurieOpacity.
2016-04-17 Richard LevitteRestore OCSP_basic_verify() error return semantics
2016-04-16 Dr. Stephen HensonAdd X509_STORE_CTX_set0_untrusted function.
2016-04-16 Richard LevitteSmall OCSP fixup
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellThe err_cleanup() funtion is internal so shouldn't...
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-14 Shlomi FishFix the spelling of "implement".
2016-04-14 Viktor DukhovniBugfix: in asn1parse avoid erroneous len after a sub...
2016-04-13 Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13 Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13 Rich SalzNeed err_load_crypto_strings_int declared.
2016-04-13 Dr. Stephen HensonRemove check_defer()
2016-04-13 Richard LevitteMove a declaration that's private to libcrypto
2016-04-13 Andy PolyakovPPC assebmly pack: initial POWER9 support tidbits.
2016-04-13 Andy Polyakovchacha/asm/chacha-armv8.pl: fix intermittent build...
2016-04-13 Richard LevitteRemake the way dynamic zlib is loaded
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate CONF_modules_free() and make it a no-op
2016-04-13 Matt CaswellDeprecate ENGINE_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate EVP_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate BIO_sock_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate CRYPTO_cleanup_all_ex_data() and make it...
2016-04-13 Matt CaswellDeprecate RAND_cleanup() and make it a no-op
2016-04-13 Matt CaswellDeprecate ERR_free_strings() and make it a no-op
2016-04-13 Matt CaswellDeprecate COMP_zlib_cleanup() and make it a no-op
2016-04-11 Matt CaswellFix the no-posix-io option
2016-04-11 Richard LevitteBIO: respect opening in text mode
2016-04-09 Emilia KasperDisable some sanitizer checks without PEDANTIC
2016-04-09 Matt CaswellAdd documentation for following DH and DH_METHOD opacity
next