summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell
2016-07-19make updateRichard Levitte
2016-07-19Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell
2016-07-18Errors fix up following break up of CKE processingMatt Caswell
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-13Add OCSP accessors.Dr. Stephen Henson
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-08Replace all #define's in pod pages.Rich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte
2016-07-05Improve some error management code in CTFdaSilvaYY
2016-07-05Fix some memory error handling in CTFdaSilvaYY
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson
2016-07-01Add old locking constants backKurt Roeckx
2016-07-01Make CRYPTO_num_locks() return 1Kurt Roeckx
2016-07-01ssl.h: spelling in commentViktor Szakats
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY
2016-06-30Add some compat macros for removed tmp RSA functions/macrosMatt Caswell
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell
2016-06-24Deal with API changes.Ben Laurie
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-20make updateRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20RT3925: Remove trailing semi from macroDr. Matthias St. Pierre
2016-06-20doc and comment fixeshuangqinjin
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell
2016-06-18OpenBSD has intypes.hMatt Caswell
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell
2016-06-18constify SRPMatt Caswell
2016-06-16Fix GCC build; make update; fix number re-useRich Salz
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-15Constify UIFdaSilvaYY