Remove OPENSSL_NO_AES guards
[openssl.git] / crypto /
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
2016-04-09 Matt CaswellFix double free bug in error path
2016-04-09 Matt CaswellMake DH_METHOD opaque
2016-04-09 Matt CaswellMake DH opaque
2016-04-08 Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-07 Andy PolyakovPPC assembly pack: remove branch hints.
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-04-07 Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2016-04-07 Viktor Dukhovnimake update
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-04-06 Matt CaswellFix no-ocsp
2016-04-06 Matt CaswellRemove some OPENSSL_NO_ASYNC guards in init
2016-04-06 Andy PolyakovConfigure: add BLAKE_DEBUG to --strict-warnings set.
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04 FdaSilvaYYAdd X509_REQ_get0_pubkey method
2016-04-04 FdaSilvaYYFix two leaks in X509_REQ_to_X509
2016-04-04 Andy Polyakovcrypto/poly1305: don't break carry chains.
2016-04-04 Emilia KasperFix memory leaks in ASN.1
2016-04-03 Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-03 Viktor DukhovniTidy up x509_vfy callback handling
2016-04-02 Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02 Matt CaswellVarious DSA opacity fixups
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-04-02 Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02 Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02 Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-04-02 MatFix: CRYPTO_THREAD_run_once
2016-04-02 Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-31 Andy Polyakovcrypto/blake2: make lowest-level function handle multip...
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-30 Matt CaswellRemove the CRYPTO_mem_leaks adjustment for the BIO
2016-03-30 Ben LaurieFix buffer overrun in ASN1_parse().
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30 Dr. Stephen HensonRemove X509_PUBKEY lock.
2016-03-30 Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-30 Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-30 Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-29 Matt CaswellFix the zlib config option
2016-03-29 David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-29 Matt CaswellMake BIO opaque
2016-03-29 Matt CaswellAdd functions for creating BIO_METHODs
2016-03-29 FdaSilvaYYFix a big leak when using stack-allocated BIO items.
2016-03-29 Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-29 Andy Polyakovcrypto/seed: add small-footprint path.
2016-03-23 Richard LevitteVMS: update the properties of symbol search
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-23 FdaSilvaYYFix error code
2016-03-23 Richard LevitteSmall fixups in DSO
2016-03-23 Rob PercivalRemoved unused fields of CT_POLICY_EVAL_CTX
2016-03-22 Dr. Stephen Hensonremove unused references field
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22 Dr. Stephen Hensonmove x_pubkey.c to crypto/x509
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Rob PercivalAdds s2i function for ct_precert_poison X509 extension
2016-03-21 Steven LinsellFix memory leak where fdlookup linked list is not freed...
2016-03-21 Matt CaswellFix no-sock
2016-03-21 Dr. Stephen HensonDon't use hardcoded values for types
2016-03-21 Matt CaswellFix no-seed
2016-03-21 Matt CaswellFix no-dsa
2016-03-21 Andy PolyakovBuild system: VC-WIN64I fixups.
2016-03-21 Andy PolyakovWindows build system: get uplink right.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21 Viktor DukhovniAdd a comment on dane_verify() logic
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich Salzct_int.h only needed by crypto/ct
2016-03-20 Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-20 Rich SalzMove blake2_loclh to blake2 directory
2016-03-19 Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-19 Schüller FelixDon't free up EVP_MD_CTX.
next