aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+29
2016-07-08Replace all #define's in pod pages.Rich Salz1-8/+5
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov9-46/+34
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte1-1/+1
2016-07-05Improve some error management code in CTFdaSilvaYY1-2/+3
2016-07-05Fix some memory error handling in CTFdaSilvaYY1-0/+2
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson1-4/+12
2016-07-01Add old locking constants backKurt Roeckx1-0/+10
2016-07-01Make CRYPTO_num_locks() return 1Kurt Roeckx1-1/+1
2016-07-01ssl.h: spelling in commentViktor Szakats1-1/+1
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2-5/+5
2016-06-30Add some compat macros for removed tmp RSA functions/macrosMatt Caswell1-0/+13
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY6-7/+7
2016-06-29SpellingFdaSilvaYY1-1/+1
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov1-1/+1
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz1-4/+0
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell3-3/+3
2016-06-24Deal with API changes.Ben Laurie1-7/+8
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell1-0/+1
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY1-0/+1
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY1-0/+1
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov1-2/+0
2016-06-22Spelling... and more spellingFdaSilvaYY2-2/+2
2016-06-20make updateRichard Levitte1-0/+1
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte1-0/+2
2016-06-20RT3925: Remove trailing semi from macroDr. Matthias St. Pierre1-3/+3
2016-06-20doc and comment fixeshuangqinjin1-8/+5
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2-2/+2
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell1-0/+3
2016-06-18OpenBSD has intypes.hMatt Caswell1-1/+1
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell1-1/+1
2016-06-18constify SRPMatt Caswell1-15/+16
2016-06-16Fix GCC build; make update; fix number re-useRich Salz1-1/+1
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum1-0/+3
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell1-2/+2
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte3-7/+13
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY1-11/+11
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY1-4/+4
2016-06-15Constify some input buffers in asn1FdaSilvaYY1-2/+2
2016-06-15Constify CMS_get0_type inputFdaSilvaYY1-1/+1
2016-06-15Constify UIFdaSilvaYY1-1/+1
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY1-5/+5
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz2-4/+4
2016-06-13RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans1-2/+0
2016-06-13Forgot to update the setter argument ordering in the public headers.TJ Saunders2-2/+2
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2-0/+8
2016-06-09Make a2i_ipadd an internal functionRich Salz1-1/+0
2016-06-08Fixes to get -ansi workingJeffrey Walton1-1/+5
2016-06-08Add some accessor API'sRich Salz2-0/+2
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell1-2/+5