]> git.ipfire.org Git - thirdparty/openssl.git/history - include
Convert X509_REVOKED* functions to use const getters
[thirdparty/openssl.git] / include /
2016-08-18  Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17  Richard LevitteDon't try to init dasync internally
2016-08-17  Dr. Stephen HensonConstify X509_SIG.
2016-08-17  Dr. Stephen HensonConstify X509_certificate_type()
2016-08-17  Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17  Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17  Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17  Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17  Matt CaswellConvert OCSP* functions to use const getters
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-17  Dr. Stephen HensonConstify ASN1_item_unpack().
2016-08-17  Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16  Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16  Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16  Matt CaswellConvert TS_STATUS_INFO* functions to use const getters
2016-08-16  Matt CaswellProvide compat macros for SSL_CTX_set_ecdh_auto() and...
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-15  Rob PercivalMake CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
2016-08-15  Rob PercivalImproves CTLOG_STORE setters
2016-08-13  Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13  Dr. Stephen Hensonmake errors
2016-08-13  Dr. Stephen HensonUse OIDs from draft-ietf-curdle-pkix-02
2016-08-12  Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-10  Rich SalzAdd #defines for magic numbers in API.
2016-08-10  Kurt RoeckxFix spelling of error code
2016-08-10  Rich SalzAdd some const casts
2016-08-10  Rich SalzGH1383: Add casts to ERR_PACK
2016-08-06  Rob PercivalMkae CT_log_new_from_base64 always return 0 on failure
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-05  Rob PercivalRemoves CTLOG_new_null from the CT public API
2016-08-05  Dániel BakaiAdded appropriate OPENSSL_NO_STDIO to PKCS12 header
2016-08-04  David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-08-04  Rich SalzRemove "lockit" from internal error-hash function
2016-08-04  Dr. Stephen HensonLimit status message sisze in ts_get_status_check
2016-08-04  FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-08-04  FdaSilvaYYConstify inputs of two X509_LOOKUP_METHOD methods
2016-08-04  FdaSilvaYYConstify input buffer
2016-08-04  FdaSilvaYYConstify ASN1_INTEGER_get, ASN1_ENUMERATED_get
2016-08-04  Matt CaswellPrepare for 1.1.0-pre7-dev
2016-08-04  Matt CaswellPrepare for 1.1.0-pre6 release OpenSSL_1_1_0-pre6
2016-08-01  Dr. Stephen HensonConstify some X509_CRL, X509_REQ functions.
2016-08-01  Dr. Stephen HensonAdd DSA_bits() function.
2016-08-01  Richard LevitteForgotten make update
2016-08-01  Richard J. MooreConst the ex data stuff too to fix warnings
2016-08-01  Richard J. MooreConst EC_KEY_dup
2016-07-31  Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-30  Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30  Richard J. MooreMake some more X509 functions const.
2016-07-29  Matt CaswellSimplify and rename SSL_set_rbio() and SSL_set_wbio()
2016-07-26  Dr. Stephen HensonDeprecate X509_LU_FAIL, X509_LU_RETRY
2016-07-26  Dr. Stephen HensonUse X509_LOOKUP_TYPE for lookup type consistently.
2016-07-26  Dr. Stephen HensonMove X509_LU_RETRY, X509_LU_FAIL
2016-07-25  FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-25  Richard LevitteMake it possible for external code to set the certiciat...
2016-07-25  Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25  Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-25  Richard LevitteAdd getters / setters for the X509_STORE_CTX and X509_S...
2016-07-25  FdaSilvaYYTypo and comment fix
2016-07-25  FdaSilvaYYDiscard some unused typedefs
2016-07-25  FdaSilvaYYConstify X509|X509_CRL|X509_REVOKED_get_ext
2016-07-25  FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25  FdaSilvaYYConstify ...
2016-07-25  FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25  FdaSilvaYYConstify i2s_ASN1_INTEGER, X509V3_get_d2i
2016-07-25  FdaSilvaYYConstify input parameters of methods :
2016-07-25  FdaSilvaYYConstify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
2016-07-25  FdaSilvaYYConstify ASN1_buf_print
2016-07-25  FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-25  FdaSilvaYYConstify SXNET_add_id_*
2016-07-25  FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-25  FdaSilvaYYConstify CMS_decrypt_set1_key input buffer
2016-07-24  Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-23  Richard LevitteMake it possible for external code to flag a certificat...
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-20  Hannes MagnussonRemove reduntant X509_STORE_CTX_set_verify_cb declaration
2016-07-19  Richard Levittemake update
2016-07-19  Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-19  Richard LevitteDefine a few internal macros for easy use of run_once...
2016-07-19  Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19  Richard Levittemake update
2016-07-19  Richard LevitteFixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F...
2016-07-18  Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18  Matt CaswellErrors fix up following break up of CKE processing
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-13  Dr. Stephen HensonAdd OCSP accessors.
2016-07-12  Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-11  Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-07-08  Rich SalzGH1278: Removed error code for alerts
2016-07-08  Rich SalzReplace all #define's in pod pages.
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-07-05  Richard LevitteStop using and deprecate ENGINE_setup_bsd_cryptodev
2016-07-05  FdaSilvaYYImprove some error management code in CT
2016-07-05  FdaSilvaYYFix some memory error handling in CT
2016-07-05  Dr. Stephen HensonReorganise asn1.h and add comments.
2016-07-01  Kurt RoeckxAdd old locking constants back
2016-07-01  Kurt RoeckxMake CRYPTO_num_locks() return 1
2016-07-01  Viktor Szakatsssl.h: spelling in comment
next