aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2-0/+4
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell3-15/+15
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY1-14/+14
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY1-1/+1
2016-06-04Constify ASN1_generate_v3FdaSilvaYY1-1/+1
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY1-1/+1
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY1-1/+1
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY1-2/+2
2016-06-04Fix re-used function codeRich Salz1-1/+1
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz1-0/+2
2016-06-04Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte1-1/+1
2016-06-04Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte1-0/+1
2016-06-04Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte1-0/+1
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell1-0/+1
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders1-0/+1
2016-05-29add removed functions back as deprecatedJoey Yandle1-0/+5
2016-05-29get rid of now empty #ifJoey Yandle1-4/+0