aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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-141-2/+2
* 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
* Make a2i_ipadd an internal functionRich Salz2016-06-091-1/+0
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+5
* Add some accessor API'sRich Salz2016-06-082-0/+2
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-071-2/+5
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-072-0/+4
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-063-15/+15
* Constify X509V3_EXT_*_conf*FdaSilvaYY2016-06-041-14/+14
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-041-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-041-1/+1
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-041-1/+1
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-1/+1
* Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY2016-06-041-2/+2
* Fix re-used function codeRich Salz2016-06-041-1/+1
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-0/+2
* Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte2016-06-041-1/+1
* Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte2016-06-041-0/+1
* Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte2016-06-041-0/+1
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-0/+1
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+1