summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-08-26Fix build (broken by MD4_CTX redefine).Piotr Sikora
2014-08-26Readd EC_GROUP_get_curve_GFp.Adam Langley
2014-08-26Readd EVP_CIPHER_CTX_set_key_length.Adam Langley
2014-08-26Readd MD4.Adam Langley
2014-08-26Rename some message functions for consistency.David Benjamin
2014-08-25Introduce EVP_DecodeBase64.David Benjamin
2014-08-25Add PKCS#12 parser.Adam Langley
2014-08-25Rework support for ASN.1 BER.Adam Langley
2014-08-25Add 40-bit RC2 support.Adam Langley
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-20Prefer AES-GCM when hardware support is available.David Benjamin
2014-08-20Remove MS SGC support on the the server.David Benjamin
2014-08-20Remove some unused state and code.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-20Remove support on both sides for *_fixed_(ec)dh client auth.David Benjamin
2014-08-20Remove single-DES cipher suites.David Benjamin
2014-08-20Remove remnants of now-removed cipher suites.David Benjamin
2014-08-19Export some extra functions and values.Adam Langley
2014-08-19Fix minor comment typos.Adam Langley
2014-08-19Remove some dead code.Adam Langley
2014-08-19Split off private_transform function in RSA.Adam Langley
2014-08-19Export BN_num_bits_word.Adam Langley
2014-08-19Remove rsa_md5, md5, and sha1 fields from SSL_CTX.David Benjamin
2014-08-18Simplify HelloVerifyRequest processing.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin