Age | Commit message (Expand) | Author |
2018-02-11 | Merge documentation from OpenSSL for seven functions | Ingo Schwarze |
2018-02-10 | Shift top-of-stack down so that the random==0 case doesn't leave stack | Theo de Raadt |
2018-02-10 | zap trailing whitespace; | Jason McIntyre |
2018-02-10 | Be more specific about when the session file will be updated. | Joel Sing |
2018-02-10 | add support for binary sysctl payloads by handling them as hex | Florian Obser |
2018-02-10 | Bump TLS API version since we've added more functionality. | Joel Sing |
2018-02-10 | Move the keypair pubkey hash handling code to during config. | Joel Sing |
2018-02-10 | Tidy/standardise some code. | Joel Sing |
2018-02-10 | Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo | Joel Sing |
2018-02-10 | Document functions for client-side TLS session support. | Joel Sing |
2018-02-10 | Add support to libtls for client-side TLS session resumption. | Joel Sing |
2018-02-10 | Bump lib{crypto,ssl,tls} minors due to symbol addition. | Joel Sing |
2018-02-10 | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | Joel Sing |
2018-02-08 | Complete the TLS extension rewrite on the client-side. | Joel Sing |
2018-02-08 | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | Joel Sing |
2018-02-08 | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | Joel Sing |
2018-02-08 | Do not bother NULLing pointers in a struct that is about to be freed. | Joel Sing |
2018-02-08 | Move tls_keypair_pubkey_hash() to the keypair file. | Joel Sing |
2018-02-08 | Avoid a memory leak that results when the same tls_config is reused. | Joel Sing |
2018-02-08 | Assert tedu's copyright since some of the code moved here is his. | Joel Sing |
2018-02-08 | Split keypair handling out into its own file - it had already appeared | Joel Sing |
2018-02-07 | use consistent style for for loop in unmap(), no functional change | Otto Moerbeek |
2018-02-07 | Restore the old behavior when a port number without a host name is | Alexander Bluhm |
2018-02-06 | Do not call freeaddrinfo() with a NULL parameter. | Alexander Bluhm |
2018-02-06 | make sure that all error paths are correctly handled in asr_run_sync() | Eric Faurot |
2018-02-06 | recognise DLT_PPP_SERIAL. | David Gwynne |
2018-02-05 | Constants which can go into .rodata | Theo de Raadt |
2018-02-05 | Do not bother NULLing pointers in memory that is freed immediately after. | Joel Sing |
2018-02-05 | Be consistent with the goto label names used in libtls code. | Joel Sing |
2018-02-03 | Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysed | Martin Pieuchot |
2018-01-30 | keep in sync with ld.so malloc.c | Otto Moerbeek |
2018-01-30 | word fix; from edgar pettijohn | Jason McIntyre |
2018-01-28 | - An error in the multithreaded case could print the wrong function name | Otto Moerbeek |
2018-01-28 | Initialize variables to avoid compiler warnings | Kinichiro Inoguchi |
2018-01-27 | Complete the TLS extension handling rewrite for the server-side. | Joel Sing |
2018-01-27 | Clarify the comment re the F5 EC curves extension bug. | Joel Sing |
2018-01-27 | Convert ssl3_put_cipher_by_char() to CBB. | Joel Sing |
2018-01-26 | - do not junk pages returned by free_bytes(), all freed chunks are already | Otto Moerbeek |
2018-01-24 | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | Mark Kettenis |
2018-01-23 | use END_STRONG. Yes, everything in the sh ecosystem is different.. | Theo de Raadt |
2018-01-21 | Implement ffs(3) using the CLZ instructions which has been available ever | Mark Kettenis |
2018-01-19 | Use static inline such that the functions are guaranteed to be present when | Mark Kettenis |
2018-01-19 | Partial revert of rev. 1.7, fixes build with clang | Jeremie Courreges-Anglas |
2018-01-18 | Wow, it cannot even be in .data... | Theo de Raadt |
2018-01-18 | Zap the rotor, it was a wrong idea. Cluebat applied by kshe who | Otto Moerbeek |
2018-01-18 | Sorry, the PIC macros cannot reach to .rodata.... | Theo de Raadt |
2018-01-18 | Move to ffs(3) for bitmask scanning. I played with this earlier, | Otto Moerbeek |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2018-01-16 | On armv7, remove symbols that are also present in our libc. Because of the | Mark Kettenis |
2018-01-14 | Add two more ARM EABI aliases that I missed in the previous libc minor | Mark Kettenis |