Add #defines for magic numbers in API.
[openssl.git] / include /
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
2016-06-30 FdaSilvaYYConstify a bit more OPENSSL_sk_ API
2016-06-30 Matt CaswellAdd some compat macros for removed tmp RSA functions...
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-29 FdaSilvaYYSpelling
2016-06-27 Andy Polyakovrsa/rsa_lib.c: const-ify RSA_get0_engine().
2016-06-27 Rich SalzRT4586: Remove RSA_memory_lock; unused, not needed
2016-06-27 Matt CaswellFix some OPENSSL_API_COMPAT values
2016-06-24 Ben LaurieDeal with API changes.
2016-06-24 Matt CaswellAdd a getter to obtain the HMAC_CTX md
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-20 Richard Levittemake update
2016-06-20 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-20 Dr. Matthias St... RT3925: Remove trailing semi from macro
2016-06-20 huangqinjindoc and comment fixes
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18 Matt CaswellUse a STACK_OF(OPENSSL_CSTRING) for const char * stacks
2016-06-18 Matt CaswellOpenBSD has intypes.h
2016-06-18 Matt CaswellImprove const correctness for stacks of EVP_MD
2016-06-18 Matt Caswellconstify SRP
2016-06-16 Rich SalzFix GCC build; make update; fix number re-use
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
next