summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2016-04-29Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_stPaul Kehrer
2016-04-29VMS: It seems DEC C doesn't handle certain header files quite rightRichard Levitte
2016-04-29make updateRichard Levitte
2016-04-28Fix an error code spelling.FdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni
2016-04-27GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni
2016-04-25API compat macros for renamed X509_STORE_CTX functionsViktor Dukhovni
2016-04-22make updateViktor Dukhovni
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-22Fix no-dsa on Windows/VMSMatt Caswell
2016-04-22Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell
2016-04-22Fix no-cmac on Windows/VMSMatt Caswell