Fix memory leak on invalid CertificateRequest.
[openssl.git] / include /
2016-04-06 Dr. Stephen Hensonalways use field names
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-04 Rich SalzRevert "various spelling fixes"
2016-04-04 Rich SalzRevert "Fix an error code spelling."
2016-04-04 FdaSilvaYYFix an error code spelling.
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 FdaSilvaYYAdd X509_REQ_get0_pubkey method
2016-04-04 Michał TrojnaraRemoved no-ops for the old locking API
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
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 MarinushkinOptimized BIO mem read - without reallocation
2016-04-02 Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-30 Ben LaurieMake it legal C.
2016-03-30 Matt CaswellFix build compilation failures
2016-03-29 Todd ShortFixup SSL EX_DATA index
2016-03-29 Matt CaswellMake BIO opaque
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-25 Jeffrey WaltonRT4476: Fix some cast-alignment warnings
2016-03-24 Rich SalzMore Borland removal.
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
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-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Matt CaswellFix no-sock
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-19 Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-19 Alex GaynorGH36: Add casts to match the documentation
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-18 Matt CaswellEnsure that no-comp functions are flagged as such
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-03-17 Dr. Stephen HensonSimplify define as we don't support MS-DOS anymore.
2016-03-16 Richard LevittePrepare for 1.1.0-pre5-dev
2016-03-16 Richard LevittePrepare for 1.1.0-pre4 release OpenSSL_1_1_0-pre4
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-03-10 Richard LevitteRemove duplicate typedef of ECPKPARAMETERS in ec.h
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09 Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-09 Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-09 Rob PercivalDocument importance of CTLOG_STORE outliving SCT if...
2016-03-09 Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09 Rob PercivalMakes SCT_get0_log return const CTLOG*
2016-03-09 Rob PercivalMakes CTLOG_STORE_get0_log_by_id return const CTLOG*
2016-03-09 Rob PercivalTreat boolean functions as booleans
2016-03-09 Rob PercivalMake parameters of CTLOG_get* const
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Rob PercivalMakes SCT_LIST_set_source return the number of successes
2016-03-09 Matt CaswellRemove the old threading API
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
next