summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-12Split arc4random_uniform into it's own file, to assist other projectsTheo de Raadt
2014-07-12Solaris uses a symbolic link for /dev/urandom which harms best practice ofBob Beck
2014-07-12Remove remnants from PSK, KRB5 and SRP.Joel Sing
2014-07-12typosMiod Vallat
2014-07-12Place comments in a block above the if statement, rather than attemptingJoel Sing
2014-07-12Make disabling last cipher work.Philip Guenther
2014-07-12-DOPENSSL_NO_KRB5 is no longer neededTheo de Raadt
2014-07-12odds are that some ABI change occured today, no matter how careful everyoneTheo de Raadt
2014-07-12enough churn, a crank is advised by guenther..Theo de Raadt
2014-07-12document sendsyslog(2); ok guenther tedu matthewTheo de Raadt
2014-07-12Initial version of libressl - a library that provides a clean, simple,Joel Sing
2014-07-11As reported by David Ramos, most consumer of ssl_get_message() perform lateMiod Vallat
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-11add comment about format requirementsBob 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-11i'm a dumbdumb. fix build.Ted Unangst
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-11Fix incorrect duplicate mlinksBob Beck
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-11Correct incorrect mlinksBob Beck
2014-07-11In dtls1_clear_queues(), free buffered_add_data.q correctly, it's made ofMiod Vallat
2014-07-11Fix incorrect mlinksBob Beck
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