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