aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2016-05-16const correctness: make HMAC_size() take a const *Steffan Karger1-1/+1
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-0/+38
2016-05-16Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini1-2/+2
2016-05-16Add SSL_client_version() getter functionAlessandro Ghedini1-0/+1
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus1-0/+3
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY4-6/+6
2016-05-13Fix stack constification definitions.Dr. Stephen Henson1-6/+6
2016-05-12Appease ubsanEmilia Kasper1-1/+1
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov1-12/+0
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte1-3/+2
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-2/+2
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala1-3/+4
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson1-1/+1
2016-05-05Handle no async jobs in libsslMatt Caswell1-0/+3
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein1-0/+2
2016-05-02Secure memory fixesTodd Short1-1/+1
2016-04-29Fix some X509_STORE macrosMatt Caswell1-4/+9
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson1-0/+1
2016-04-29Remove BIO_dummy, it's old cruftRichard Levitte1-3/+0
2016-04-29Change 'struct bio_st' in all public header where applicableRichard Levitte1-5/+4
2016-04-29Add asn1_macRich Salz1-0/+10
2016-04-29Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_stPaul Kehrer1-1/+1
2016-04-29VMS: It seems DEC C doesn't handle certain header files quite rightRichard Levitte2-0/+0
2016-04-29make updateRichard Levitte1-0/+1
2016-04-28Fix an error code spelling.FdaSilvaYY1-1/+1
2016-04-28various spelling fixesFdaSilvaYY8-17/+17
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes1-0/+3
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni1-0/+1
2016-04-27GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi1-0/+4
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni1-0/+1
2016-04-25API compat macros for renamed X509_STORE_CTX functionsViktor Dukhovni1-0/+6
2016-04-22make updateViktor Dukhovni1-0/+1
2016-04-22Fix no-dsa on Windows/VMSMatt Caswell1-1/+3
2016-04-22Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell1-2/+2
2016-04-22Fix no-cmac on Windows/VMSMatt Caswell1-0/+4
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell1-66/+77
2016-04-20Fix no-ui on WindowsMatt Caswell1-8/+12
2016-04-20Update copyright; generated files.Rich Salz1-58/+7
2016-04-20Fix no-sock on WindowsMatt Caswell1-40/+50
2016-04-20Fix no-dgram on WindowsMatt Caswell1-14/+11
2016-04-20Copyright consolidation: perl filesRich Salz1-0/+7
2016-04-19Prepare for 1.1.0-pre6-devMatt Caswell1-3/+3
2016-04-19Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5Matt Caswell1-2/+2
2016-04-18Make string_to_hex/hex_to_string publicRich Salz2-7/+12
2016-04-18Rename some lowercase API'sRich Salz3-47/+72
2016-04-17Restore OCSP_basic_verify() error return semanticsRichard Levitte1-0/+1
2016-04-17Remove declaration of function that isn't implementedRichard Levitte1-1/+0
2016-04-16Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson1-0/+1
2016-04-15Make many X509_xxx types opaque.Rich Salz3-163/+25
2016-04-14Add SSL_SESSION_get0_hostname()Lyon Chen1-0/+1