summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-06-13RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans
2016-06-13Forgot to update the setter argument ordering in the public headers.TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-08Add some accessor API'sRich Salz
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY
2016-06-04Constify ASN1_generate_v3FdaSilvaYY
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY
2016-06-04Fix re-used function codeRich Salz
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-04Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte
2016-06-04Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte
2016-06-04Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders
2016-05-29add removed functions back as deprecatedJoey Yandle
2016-05-29get rid of now empty #ifJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-28Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte
2016-05-27include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.Andy Polyakov
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-23Support for traditional format private keys.Dr. Stephen Henson
2016-05-21Constify stack and lhash macros.Dr. Stephen Henson
2016-05-20Fix Windows 64 bit crashesMatt Caswell
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-19make updateViktor Dukhovni
2016-05-18Fixes non __GNUC__ compilationMat
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-18Make OPENSSL_die as noreturnhesiod
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-18OID code tidy up.Dr. Stephen Henson
2016-05-18Add some error messages for malloc failsMatt Caswell
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-16Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini