summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-07-11Provide LIBRESSL_VERSION_NUMBER for people who use such things toBob Beck
2014-07-11missing \Theo de Raadt
2014-07-11formattingBob Beck
2014-07-11Modify formatting to make portable's life a lot easier.Bob Beck
2014-07-11adapt addapt spelling to adapt; request from miodTheo de Raadt
2014-07-11Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,Miod Vallat
2014-07-11If the application uses tls_session_secret_cb for session resumption, setMiod Vallat
2014-07-11Avoid invoking EVP_CIPHER_CTX_cleanup() on uninitialized memory; fromMiod Vallat
2014-07-11Fix a memory leak in BIO_free() which no current BIO can trigger; OpenSSLMiod Vallat
2014-07-11Prevent infinite loop during configuration file parsing; OpenSSL PR #2985Miod Vallat
2014-07-11Missing bounds check in do_PVK_body(); OpenSSL RT #2277, from OpenSSL trunk,Miod Vallat
2014-07-11OPENSSL_ALGORITHM_DEFINES has been removed from conf.h, no need for it nowTed Unangst
2014-07-11In RSA_eay_private_encrypt(), correctly return the smaller BN; OpenSSLMiod Vallat
2014-07-11In ssl3_get_cert_verify(), allow for larger messages to accomodate keysMiod Vallat
2014-07-11it has been 4888 days since the transient feature to define short macrosTed Unangst
2014-07-11Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSLMiod Vallat
2014-07-11Also make these files parsable by pod2man..Bob Beck
2014-07-11Make this file parsable by pod2man without errors.Bob Beck
2014-07-11In ASN1_get_object(), reject primitive encodings using the indefinite lengthMiod Vallat
2014-07-11Fix copy for CCM, GCM and XTS.Miod Vallat
2014-07-11In asn1_get_length(), tolerate leading zeroes in BER encoding.Miod Vallat
2014-07-11In EVP_PBE_alg_add don't use the underlying NID for the cipherMiod Vallat
2014-07-11additional features: no buffer freelists and no heartbleedTed Unangst
2014-07-11no compression is also a feature of libresslTed Unangst
2014-07-11move all the feature settings to a common header.Ted Unangst
2014-07-11Tolerate critical AKID in CRLs; OpenSSL PR #3014 via OpenSSL trunk, andMiod Vallat
2014-07-11Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk.Miod Vallat
2014-07-11More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSLMiod Vallat
2014-07-11Make sure BN_sqr never returns negative numbers.Miod Vallat
2014-07-11Accept CCS again after `finished' has been sent by the client; at this pointMiod Vallat
2014-07-11In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made ofMiod Vallat
2014-07-11Fix version number processing in cms_sd_set_version(); OpenSSL PR #3249 viaMiod Vallat
2014-07-11Remove duplicate 0x for salt len in output; Martin Kaiser via OpenSSL trunk.Miod Vallat
2014-07-11When looking for the issuer of a certificate, if the current candidate isMiod Vallat
2014-07-11In ssl3_get_client_key_exchange() parsing a GOST session key, invoke theMiod Vallat
2014-07-11Missing calloc() return value check in dgram_sctp_ctrl(); from Kurt Roeckx viaMiod Vallat
2014-07-11Make CMS_decrypt_set1_pkey() return an error if no recipient type matches,Miod Vallat
2014-07-11Missing initialization for error line in error paths; from Coverity viaMiod Vallat
2014-07-11Missing initialization; OpenSSL PR#3289 and #3345 via OpenSSL trunk.Miod Vallat
2014-07-11Provide correct version details for LibreSSL.Joel Sing
2014-07-11Clean up versioning and remove #ifdefs that we do not define.Joel Sing
2014-07-11Suspicions confirmed by sthen's searching that nothing uses ossl_ssize_tTheo de Raadt
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-07-11pour some water on an ass emberTheo de Raadt
2014-07-11Fetch the specific license which will be used fromTheo de Raadt
2014-07-11Remove the commentary about the majority of this code being underTheo de Raadt
2014-07-11More e_os2.h clean up. Also move the includes inside the guard.Joel Sing
2014-07-11Revert change that snuck into previous commit.Joel Sing
2014-07-11Remove the PSK code. We don't need to drag around thisBob Beck
2014-07-11The only thing openssl is consistant about is inconsistancy, so thereTheo de Raadt