| Commit message (Expand) | Author | Files | Lines |
2018-11-25 | spelling; from miod | jmc | 1 | -2/+2 |
2018-11-24 | zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {' | tb | 1 | -2/+2 |
2018-11-24 | Store and return the locking callbacks, restoring previous behaviour. | jsing | 1 | -6/+12 |
2018-11-21 | Fix DTLS transcript handling for HelloVerifyRequest. | jsing | 4 | -18/+26 |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | jmc | 1 | -6/+118 |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | otto | 2 | -105/+5 |
2018-11-20 | Saw a mention somewhere a while back that the gotdata() function in | deraadt | 5 | -144/+27 |
2018-11-19 | Fix compilation on alpha, where DEF_WEAK() really must be paired with | guenther | 1 | -2/+1 |
2018-11-19 | Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification. | jsing | 2 | -10/+4 |
2018-11-19 | Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}. | jsing | 1 | -4/+4 |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | otto | 2 | -6/+108 |
2018-11-17 | Fix DTLS, because DTLS still remains a special flower, allows regress to pass | beck | 2 | -4/+10 |
2018-11-17 | Fix whitespace around assignment operators. | tb | 1 | -7/+7 |
2018-11-16 | revert previous | beck | 1 | -5/+3 |
2018-11-16 | Fix DTLS. Because the DTLS code is strange. I am really coming around to | beck | 1 | -3/+5 |
2018-11-16 | Unbreak legacy ciphers for prior to 1.1 by setting having a legacy | beck | 4 | -10/+22 |
2018-11-15 | Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation | tb | 1 | -4/+4 |
2018-11-14 | Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@, | mestre | 1 | -2/+2 |
2018-11-14 | didn't found -> didn't find. | tb | 1 | -2/+2 |
2018-11-14 | In TLS1.2 we use evp_sha1 if we fall back this far, not evp_md5_sha1 as in 1.1 | beck | 1 | -2/+2 |
2018-11-13 | Temporary workaround for breakage seen in www.videolan.org with curve mismatch | beck | 1 | -3/+4 |
2018-11-13 | Just err if we can't create secrets | beck | 1 | -2/+2 |
2018-11-13 | NULL out mdctx to prevent possible double free introduced in version 1.4 | beck | 1 | -1/+2 |
2018-11-13 | Fix pkey_ok to be less strange, and add cuve checks required for the EC ones | beck | 1 | -9/+26 |
2018-11-12 | Missing initialization for pub_key. CID 184303. | tb | 1 | -2/+2 |
2018-11-12 | Rework the sm3 regress based on a suggestion by jsing. Zap the weird | tb | 1 | -30/+36 |
2018-11-11 | Add check function to verify that pkey is usable with a sigalg. | beck | 4 | -7/+24 |
2018-11-11 | Add back a few missing compatibility stubs | bcook | 2 | -4/+37 |
2018-11-11 | quiet warning on other compilers | bcook | 1 | -3/+3 |
2018-11-11 | Fix a race in libssl interop regress. The success messages from | bluhm | 3 | -6/+9 |
2018-11-11 | Hook up sm3 regress tests. | tb | 1 | -1/+2 |
2018-11-11 | Add sm3 regress tests. | tb | 2 | -0/+101 |
2018-11-11 | Add sm3 to the 'openssl dgst' command. | tb | 1 | -1/+5 |
2018-11-11 | Add EVP_sm3() to OpenSSL_add_all_digests_internal(). | tb | 1 | -1/+4 |
2018-11-11 | bump minors after symbol addition. | tb | 3 | -3/+3 |
2018-11-11 | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). | tb | 3 | -2/+10 |
2018-11-11 | Add Ribose Inc's implementation of the SM3 hashing function with | tb | 8 | -3/+437 |
2018-11-11 | Nuke trailing whitespace | beck | 1 | -6/+6 |
2018-11-11 | Add automatic threading initialization for libcrypto. | bcook | 8 | -561/+141 |
2018-11-11 | Free the server tls transcript in case session reuse did not work. | bluhm | 1 | -3/+4 |
2018-11-11 | include crypto.h from the correct path, remove unused variable | bcook | 1 | -5/+2 |
2018-11-11 | Add support for RSA PSS algorithims being used in sigalgs. | beck | 2 | -2/+29 |
2018-11-11 | Convert signatures and verifcation to use the EVP_DigestXXX api | beck | 3 | -45/+93 |
2018-11-11 | Reorganize libssl interop tests. Move netcat tests into separate | bluhm | 9 | -148/+197 |
2018-11-10 | Remove dead code | beck | 2 | -16/+2 |
2018-11-10 | Speling | beck | 1 | -2/+2 |
2018-11-10 | Regress client and server can do session reuse now. Test this with | bluhm | 6 | -129/+220 |
2018-11-10 | Tweak and improve the TLSv1.3 state machine. | jsing | 1 | -24/+46 |
2018-11-10 | Make sure the interop test happen last (since they take a long time) | beck | 2 | -8/+9 |
2018-11-10 | Clean up and free objects at the completion of the regress test. | jsing | 1 | -1/+13 |