aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-7/+7
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+5
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-123-0/+10
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-111-0/+1
* GH1278: Removed error code for alertsRich Salz2016-07-081-0/+29
* Replace all #define's in pod pages.Rich Salz2016-07-081-8/+5
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-089-46/+34
* Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte2016-07-051-1/+1
* Improve some error management code in CTFdaSilvaYY2016-07-051-2/+3
* Fix some memory error handling in CTFdaSilvaYY2016-07-051-0/+2
* Reorganise asn1.h and add comments.Dr. Stephen Henson2016-07-051-4/+12
* Add old locking constants backKurt Roeckx2016-07-011-0/+10
* Make CRYPTO_num_locks() return 1Kurt Roeckx2016-07-011-1/+1
* ssl.h: spelling in commentViktor Szakats2016-07-011-1/+1
* Constify a bit more OPENSSL_sk_ APIFdaSilvaYY2016-06-302-5/+5
* Add some compat macros for removed tmp RSA functions/macrosMatt Caswell2016-06-301-0/+13
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-296-7/+7
* SpellingFdaSilvaYY2016-06-291-1/+1
* rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov2016-06-271-1/+1
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-271-4/+0
* Fix some OPENSSL_API_COMPAT valuesMatt Caswell2016-06-273-3/+3
* Deal with API changes.Ben Laurie2016-06-241-7/+8
* Add a getter to obtain the HMAC_CTX mdMatt Caswell2016-06-241-0/+1
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-0/+1
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-0/+1
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-221-2/+0
* Spelling... and more spellingFdaSilvaYY2016-06-222-2/+2
* make updateRichard Levitte2016-06-201-0/+1
* Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte2016-06-201-0/+2
* RT3925: Remove trailing semi from macroDr. Matthias St. Pierre2016-06-201-3/+3
* doc and comment fixeshuangqinjin2016-06-201-8/+5
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-202-2/+2
* Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell2016-06-181-0/+3
* OpenBSD has intypes.hMatt Caswell2016-06-181-1/+1
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-1/+1
* constify SRPMatt Caswell2016-06-181-15/+16
* Fix GCC build; make update; fix number re-useRich Salz2016-06-161-1/+1
* Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2016-06-161-0/+3
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-161-2/+2
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-153-7/+13
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-151-11/+11
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-4/+4
* Constify some input buffers in asn1FdaSilvaYY2016-06-151-2/+2
* Constify CMS_get0_type inputFdaSilvaYY2016-06-151-1/+1
* Constify UIFdaSilvaYY2016-06-151-1/+1
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-151-5/+5
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-142-4/+4
* RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans2016-06-131-2/+0
* Forgot to update the setter argument ordering in the public headers.TJ Saunders2016-06-132-2/+2
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-132-0/+8