summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-12A few fixes/improvements:Miod Vallat
2014-07-12Make sure the return value of X509_NAME_oneline(, NULL,) is checked againstMiod Vallat
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-12guard inclusion of sys/sysctl.h so we can detect at compile time andBob Beck
2014-07-12Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() andMiod Vallat
2014-07-12remove gratuitous differences, ok beckTheo de Raadt
2014-07-12remove gratuitous differences, ok beck bcookTheo 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-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-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-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-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-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