summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-06-13RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans
2016-06-13Forgot to update the setter argument ordering in the public headers.TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-08Add some accessor API'sRich Salz
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell