Add extra include directory for includers of ppc_arch.h
[openssl.git] / include /
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Richard LevitteRemove the transfer of lock hooks from bind_engine
2016-03-08 Richard LevitteEngine API repair - memory management hooks
2016-03-08 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-03-08 Dr. Stephen HensonMake DSA_SIG opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Dr. Stephen HensonRemove kinv/r fields from DSA structure.
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellAdd an SSL_has_pending() function
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 Matt CaswellAdd defines for pipeline capable ciphers
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-03-07 David WoodhouseElide DES_read_password() for no-ui build
2016-03-07 David WoodhouseMove declaration of X509_aux_print() out of #ifndef...
2016-03-07 David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-07 Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-03-07 Matt CaswellFix OPENSSL_INIT flags to avoid a clash.
2016-03-07 cluceyRework based on feedback:
2016-03-04 Dr. Stephen HensonAdd ASN.1 ADB callback.
2016-03-04 Rob PercivalIf a CT log entry in CTLOG_FILE is invalid, skip it...
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-03-02 Dr. Stephen HensonEVP_PKEY_CTX utility functions.
2016-03-02 Dr. Stephen Hensonmake errors
2016-03-02 Dr. Stephen HensonHandle KDF internally.
2016-03-02 Christian HeimesProvide getters for default_passwd_cb and userdata
2016-03-01 Dr. Stephen Hensonmake errors
2016-03-01 Rob PercivalCT policy validation
2016-03-01 Rob PercivalVerify SCT signatures
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-29 Matt CaswellWorkaround for VisualStudio 2015 bug
2016-02-28 Dr. Stephen HensonTLS support for X25519
2016-02-28 Dr. Stephen HensonAdd no signing flag.
2016-02-28 Dr. Stephen HensonRename OIDs.
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 Rob PercivalMoves SCT struct typedef into ossl_typ.h
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Alessandro GhediniImplement new multi-threading API
2016-02-25 Rich SalzFix indents
2016-02-25 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-25 Rich SalzGH235: Set error status on malloc failure
2016-02-23 Rich SalzAdd PKCS7_NO_DUAL_CONTENT flag
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-22 David WoodhouseRT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>
2016-02-22 Matt CaswellPartial revert of 1288f26 and fix for no-async
2016-02-22 David WoodhouseRT4309: Define PRIu64 for UEFI build
2016-02-22 Rich SalzMissed an experimental.
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-19 Viktor SzakatsGH712: Missed some no-filenames cases
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-17 David WoodhouseRT4318: Fix OSSL_SSIZE_MAX for UEFI build
2016-02-17 Rich SalzRemove JPAKE
2016-02-17 Richard LevitteImplement the use of heap manipulator implementions
2016-02-15 Richard LevittePrepare for 1.1.0-pre4-dev
2016-02-15 Richard LevittePrepare for 1.1.0-pre3 release OpenSSL_1_1_0-pre3
2016-02-15 Richard LevitteCorrect deprecation of OPENSSL_config
2016-02-13 Richard LevitteMake sure the OPENSSL_INIT flags are 32 bits and docume...
2016-02-13 Rob PercivalDefines OSSL_SSIZE_MAX
2016-02-13 Dr. Stephen Hensonfix warnings on 32 bit builds
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Rich SalzGH620: second diff from rt-2275, adds error code
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-10 Richard LevitteThe guard macro to be defined didn't match the guard...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10 Richard Levitteclean away old VMS cruft
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard LevitteConfigure et al: move the installation directory logic...
2016-02-10 Rich SalzRemove store.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellProvide a thread stop API
next