aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+5
* get rid of now empty #ifJoey Yandle2016-05-291-4/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-2/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-1/+0
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-2/+0
* include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.Andy Polyakov2016-05-271-3/+3
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-2/+2
* Remove unused error/function codes.Rich Salz2016-05-2330-457/+96
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-0/+5
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-213-9/+10
* Fix Windows 64 bit crashesMatt Caswell2016-05-201-6/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-204-161/+150
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-1/+2
* make updateViktor Dukhovni2016-05-191-0/+3
* Fixes non __GNUC__ compilationMat2016-05-181-1/+1
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-0/+5
* Make OPENSSL_die as noreturnhesiod2016-05-182-1/+9
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+5
* OID code tidy up.Dr. Stephen Henson2016-05-181-0/+1