aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+5
* Add some accessor API'sRich Salz2016-06-082-0/+2
* Add SSL_CTX_get_tlsext_status_type()Matt Caswell2016-06-071-2/+5
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-072-0/+4
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-063-15/+15
* Constify X509V3_EXT_*_conf*FdaSilvaYY2016-06-041-14/+14
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-041-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-041-1/+1
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-041-1/+1
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-041-1/+1
* Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY2016-06-041-2/+2
* Fix re-used function codeRich Salz2016-06-041-1/+1
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-0/+2
* Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte2016-06-041-1/+1
* Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte2016-06-041-0/+1
* Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte2016-06-041-0/+1
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-0/+1
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+1
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+5
* get rid of now empty #ifJoey Yandle2016-05-291-4/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-2/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-1/+0
* Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmpRichard Levitte2016-05-281-2/+0
* include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.Andy Polyakov2016-05-271-3/+3
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-2/+2
* Remove unused error/function codes.Rich Salz2016-05-2330-457/+96
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-0/+5
* Constify stack and lhash macros.Dr. Stephen Henson2016-05-213-9/+10
* Fix Windows 64 bit crashesMatt Caswell2016-05-201-6/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-204-161/+150
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-1/+2
* make updateViktor Dukhovni2016-05-191-0/+3
* Fixes non __GNUC__ compilationMat2016-05-181-1/+1
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-0/+5
* Make OPENSSL_die as noreturnhesiod2016-05-182-1/+9
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+5
* OID code tidy up.Dr. Stephen Henson2016-05-181-0/+1
* Add some error messages for malloc failsMatt Caswell2016-05-184-4/+14
* Manual fixes after copyright consolidationRich Salz2016-05-171-1/+3
* 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