summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-13Fix stack constification definitions.Dr. Stephen Henson
2016-05-12Appease ubsanEmilia Kasper
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein
2016-05-02Secure memory fixesTodd Short
2016-04-29Fix some X509_STORE macrosMatt Caswell
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson
2016-04-29Remove BIO_dummy, it's old cruftRichard Levitte
2016-04-29Change 'struct bio_st' in all public header where applicableRichard Levitte
2016-04-29Add asn1_macRich Salz