aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* X509_STORE_CTX accessors.Rich Salz2016-05-172-10/+15
* Copyright consolidation 03/10Rich Salz2016-05-1784-4195/+515
* const correctness: make HMAC_size() take a const *Steffan Karger2016-05-161-1/+1
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-162-92/+38
* Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...Alessandro Ghedini2016-05-161-2/+2
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-161-0/+1
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-161-0/+3
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-164-6/+6
* Fix stack constification definitions.Dr. Stephen Henson2016-05-131-6/+6
* Appease ubsanEmilia Kasper2016-05-121-1/+1
* crypto/des: remove obsolete functions.Andy Polyakov2016-05-101-12/+0
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-101-3/+2
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-2/+2
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-3/+4
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-1/+1
* Handle no async jobs in libsslMatt Caswell2016-05-051-0/+3
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-0/+2
* Secure memory fixesTodd Short2016-05-021-1/+1
* Fix some X509_STORE macrosMatt Caswell2016-04-291-4/+9
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-291-0/+1
* Remove BIO_dummy, it's old cruftRichard Levitte2016-04-291-3/+0
* Change 'struct bio_st' in all public header where applicableRichard Levitte2016-04-291-5/+4
* Add asn1_macRich Salz2016-04-291-0/+10
* Make header signature of CRYPTO_mem_leaks BIO instead of struct bio_stPaul Kehrer2016-04-291-1/+1
* VMS: It seems DEC C doesn't handle certain header files quite rightRichard Levitte2016-04-292-0/+0
* make updateRichard Levitte2016-04-291-0/+1
* Fix an error code spelling.FdaSilvaYY2016-04-281-1/+1
* various spelling fixesFdaSilvaYY2016-04-288-17/+17
* Add getters for X509_STORE and X509_OBJECT membersChristian Heimes2016-04-281-0/+3
* Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni2016-04-281-0/+1
* GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi2016-04-271-0/+4
* Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni2016-04-251-0/+1
* API compat macros for renamed X509_STORE_CTX functionsViktor Dukhovni2016-04-251-0/+6
* make updateViktor Dukhovni2016-04-221-0/+1
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-1/+2
* Fix no-dsa on Windows/VMSMatt Caswell2016-04-221-1/+3
* Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell2016-04-221-2/+2
* Fix no-cmac on Windows/VMSMatt Caswell2016-04-221-0/+4
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-66/+77
* Fix no-ui on WindowsMatt Caswell2016-04-201-8/+12
* Update copyright; generated files.Rich Salz2016-04-201-58/+7
* Fix no-sock on WindowsMatt Caswell2016-04-201-40/+50
* Fix no-dgram on WindowsMatt Caswell2016-04-201-14/+11
* Copyright consolidation: perl filesRich Salz2016-04-201-0/+7
* Prepare for 1.1.0-pre6-devMatt Caswell2016-04-191-3/+3
* Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5Matt Caswell2016-04-191-2/+2
* Make string_to_hex/hex_to_string publicRich Salz2016-04-182-7/+12
* Rename some lowercase API'sRich Salz2016-04-183-47/+72
* Restore OCSP_basic_verify() error return semanticsRichard Levitte2016-04-171-0/+1
* Remove declaration of function that isn't implementedRichard Levitte2016-04-171-1/+0