| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | jsing | 2018-02-10 | 2 | -1/+26 |
* | Update regress to use tlsext_serverhello_parse(). | jsing | 2018-02-08 | 1 | -5/+3 |
* | Complete the TLS extension rewrite on the client-side. | jsing | 2018-02-08 | 4 | -156/+93 |
* | Convert option handling for openssl(1) genpkey. | jsing | 2018-02-08 | 1 | -110/+177 |
* | Update regress to match change to tls_keypair_pubkey_hash(). | jsing | 2018-02-08 | 1 | -3/+4 |
* | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | jsing | 2018-02-08 | 3 | -14/+11 |
* | Add a regress test that covers libtls keypairs. | jsing | 2018-02-08 | 3 | -1/+248 |
* | Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings | jsing | 2018-02-08 | 1 | -2/+2 |
* | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | jsing | 2018-02-08 | 1 | -6/+5 |
* | Do not bother NULLing pointers in a struct that is about to be freed. | jsing | 2018-02-08 | 1 | -10/+1 |
* | Move tls_keypair_pubkey_hash() to the keypair file. | jsing | 2018-02-08 | 3 | -43/+43 |
* | Avoid a memory leak that results when the same tls_config is reused. | jsing | 2018-02-08 | 1 | -1/+4 |
* | Assert tedu's copyright since some of the code moved here is his. | jsing | 2018-02-08 | 1 | -1/+2 |
* | Split keypair handling out into its own file - it had already appeared | jsing | 2018-02-08 | 6 | -166/+215 |
* | use consistent style for for loop in unmap(), no functional change | otto | 2018-02-07 | 1 | -4/+2 |
* | Restore a check before BN_free() that needs to exist and write it such that | jsing | 2018-02-07 | 1 | -2/+3 |
* | Nuke some more free NULL guards. | jsing | 2018-02-07 | 1 | -9/+5 |
* | Indent labels with a single space so that diff prototypes are more useful. | jsing | 2018-02-07 | 45 | -190/+190 |
* | Add more free functions for NULL checks. | jsing | 2018-02-07 | 1 | -16/+67 |
* | Remove guards around *_free() calls since these functions handle NULL. | jsing | 2018-02-07 | 18 | -114/+67 |
* | Remove guards around *_free() calls since these functions handle NULL. | jsing | 2018-02-07 | 1 | -27/+15 |
* | Add more functions (based on those used in OpenSSH) to the free NULL test. | jsing | 2018-02-07 | 1 | -1/+19 |
* | Restore the old behavior when a port number without a host name is | bluhm | 2018-02-07 | 1 | -10/+12 |
* | Do not call freeaddrinfo() with a NULL parameter. | bluhm | 2018-02-06 | 1 | -2/+3 |
* | Remove manual shutdown and close of the socket since in this case | tb | 2018-02-06 | 1 | -7/+1 |
* | Respect the OPENSSL make variable everywhere so that | tb | 2018-02-06 | 7 | -20/+22 |
* | Do not bother NULLing pointers in memory that is freed immediately after. | jsing | 2018-02-05 | 1 | -3/+1 |
* | Be consistent with the goto label names used in libtls code. | jsing | 2018-02-05 | 4 | -51/+52 |
* | keep in sync with ld.so malloc.c | otto | 2018-01-30 | 1 | -2/+3 |
* | word fix; from edgar pettijohn | jmc | 2018-01-30 | 1 | -3/+3 |
* | typo | otto | 2018-01-28 | 1 | -2/+2 |
* | add malloc_threaderr | otto | 2018-01-28 | 1 | -1/+2 |
* | - An error in the multithreaded case could print the wrong function name | otto | 2018-01-28 | 1 | -12/+23 |
* | Test for correct error when on thread allocates, and another does a double free | otto | 2018-01-28 | 2 | -0/+71 |
* | Initialize variables to avoid compiler warnings | inoguchi | 2018-01-28 | 3 | -6/+6 |
* | Update regress to match removal of ssl_parse_clienthello_tlsext(). | jsing | 2018-01-27 | 1 | -5/+8 |
* | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 5 | -98/+86 |
* | Clarify the comment re the F5 EC curves extension bug. | jsing | 2018-01-27 | 1 | -5/+6 |
* | Convert ssl3_put_cipher_by_char() to CBB. | jsing | 2018-01-27 | 1 | -9/+26 |
* | - do not junk pages returned by free_bytes(), all freed chunks are already | otto | 2018-01-26 | 1 | -19/+19 |
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | kettenis | 2018-01-24 | 3 | -5/+5 |
* | Zap the rotor, it was a wrong idea. Cluebat applied by kshe who | otto | 2018-01-18 | 1 | -6/+3 |
* | Move to ffs(3) for bitmask scanning. I played with this earlier, | otto | 2018-01-18 | 1 | -21/+11 |
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | guenther | 2018-01-18 | 2 | -4/+6 |
* | Add s_server and s_client -tlsextdebug messages | inoguchi | 2018-01-15 | 1 | -1/+9 |
* | Adjust references for sysctl(3) to sysctl(2) | deraadt | 2018-01-12 | 1 | -4/+4 |
* | optimization and some cleanup; mostly from kshe (except the unmap() part) | otto | 2018-01-08 | 1 | -67/+51 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 5 | -12/+16 |
* | Remove unused extern variable in openssl(1) s_time | inoguchi | 2018-01-07 | 1 | -2/+1 |
* | Only init chunk_info once, plus some moving of code to group related functions. | otto | 2018-01-01 | 1 | -273/+267 |