aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-28Move the X509_NAME typedef into x509.h.David Benjamin2-3/+2
2014-10-28Make EVP_DigestVerifyFinal return only zero or one.David Benjamin1-6/+3
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin1-2/+42
2014-10-27Add less dangerous versions of SRTP functions.David Benjamin1-20/+36
2014-10-24Extended master secret support.Adam Langley4-0/+27
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin1-0/+1
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin2-28/+31
2014-10-24Add CBB_add_asn1_uint64.David Benjamin1-0/+4
2014-10-24Don't condition on another header's #include guard.David Benjamin1-2/+0
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin1-3/+0
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin2-4/+12
2014-10-20Add CBS_peek_asn1_tag.David Benjamin1-0/+7
2014-10-13Don't mix and match libraries and errors.David Benjamin3-5/+5
2014-10-09Add generic OPERATION_NOT_SUPPORTED error code.Adam Langley1-0/+2
2014-10-09Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm.David Benjamin1-0/+24
2014-10-09Remove #if-0'd ASN1_sign.David Benjamin1-4/+0
2014-10-09Remove misspelled error code.David Benjamin1-2/+1
2014-10-07Retain ownership of malloced error data.Adam Langley1-7/+14
2014-10-06Fix SHA*_Final documentation.David Benjamin1-8/+8
2014-10-06HASH_UPDATE always succeeds.David Benjamin1-4/+4
2014-10-01ERR_GET_* macros return int.David Benjamin1-3/+3
2014-10-01Remove SSL_get_shared_ciphers.David Benjamin1-7/+1
2014-10-01Fix Windows shared library build.David Benjamin3-3/+3
2014-09-30Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.David Benjamin1-3/+0
2014-09-26Add deprecated functions for tcpdump.Adam Langley1-0/+26
2014-09-22Add a set of tests for cipher string parsing.David Benjamin1-1/+1
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley2-0/+36
2014-09-18Add misc functions for easier porting.Adam Langley5-7/+27
2014-09-17Add missing errors codes for alerts.David Benjamin1-0/+2
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin1-3/+25
2014-09-04OPENSSL_EXPORT SSL_CTX_set_keylog_bio.David Benjamin1-1/+1
2014-09-03Export pqueue functions.Adam Langley1-12/+11
2014-09-03Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin2-24/+11
2014-09-03Add SSL_CTX_set_keylog_bio.David Benjamin1-0/+15
2014-09-02Fix the return values for most of SRTP.David Benjamin1-0/+14
2014-09-02Don't export obj_dat.h.David Benjamin1-5264/+0
2014-09-02Fix minor issues found by Clang's analysis.Adam Langley1-0/+9
2014-09-02Fix crash as server when resuming with SNI.Adam Langley1-6/+3
2014-09-02Add tests for pqueueAlex Chernyakhovsky1-2/+2
2014-08-29Client-side OCSP stapling support.David Benjamin3-39/+36
2014-08-28Add CBS_ASN1_ENUMERATED to bytestring.h.David Benjamin1-0/+1
2014-08-28Export CBS_get_any_asn1_element.David Benjamin1-2/+12
2014-08-28Remove session_ctx macro.David Benjamin1-2/+0
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin5-48/+0
2014-08-27Fix BN_sub documentation.David Benjamin1-2/+2
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin2-4/+1
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin1-1/+1
2014-08-26Fix build (broken by MD4_CTX redefine).Piotr Sikora1-2/+2
2014-08-26Readd EC_GROUP_get_curve_GFp.Adam Langley1-0/+10
2014-08-26Readd EVP_CIPHER_CTX_set_key_length.Adam Langley1-0/+7