Don't ignore Makefiles in demos/
[openssl.git] / include /
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
2016-06-16 Matt CaswellChange the return type of EVP_EncodeUpdate
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-15 FdaSilvaYYConstify input buffers of some X509V3 and X509_PURPOSE...
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-15 FdaSilvaYYConstify some input buffers in asn1
2016-06-15 FdaSilvaYYConstify CMS_get0_type input
2016-06-15 FdaSilvaYYConstify UI
2016-06-15 FdaSilvaYYConstify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-06-13 Peter MosmansRT3454: Re-enable nistp-64_gcc_128 on windows
2016-06-13 TJ SaundersForgot to update the setter argument ordering in the...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-08 Rich SalzAdd some accessor API's
2016-06-07 Matt CaswellAdd SSL_CTX_get_tlsext_status_type()
2016-06-07 Alessandro GhediniAdd SSL_get_tlsext_status_type() method
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-06-05 FdaSilvaYYConstify ASN1_generate_nconf
2016-06-05 FdaSilvaYYConstify ASN1_generate_v3
2016-06-05 FdaSilvaYYConstify s2i_ASN1_IA5STRING
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-05 FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-06-04 Rich SalzFix re-used function code
2016-06-04 Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-03 Richard LevitteChange inclusion of sys/types.h to stdlib.h in include...
2016-06-03 Richard LevitteAdd inclusion of stdlib.h in include/openssl/mdc2.h
2016-06-03 Richard LevitteAdd inclusion of openssl/x509.h in include/openssl...
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-31 TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-29 Joey Yandleadd removed functions back as deprecated
2016-05-29 Joey Yandleget rid of now empty #if
2016-05-29 Joey Yandlecherry pick pr-512 changes
2016-05-29 Joey Yandlecherry pick pr-512 changes
2016-05-28 Richard LevitteRemove internal functions OPENSSL_strcasecmp and OPENSS...
2016-05-27 Andy Polyakovinclude/openssl/e_os2.h: fix 'noreturn' pre-processor...
2016-05-23 Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 Dr. Stephen HensonSupport for traditional format private keys.
2016-05-21 Dr. Stephen HensonConstify stack and lhash macros.
2016-05-20 Matt CaswellFix Windows 64 bit crashes
next