Age | Commit message (Expand) | Author |
2019-03-19 | update libelf from elftoolchain r3714 to r3717 | Jonathan Gray |
2019-03-19 | update libelf from elftoolchain r3669 to r3714 | Jonathan Gray |
2019-03-18 | * note that the handshake must be completed first | Ingo Schwarze |
2019-03-18 | Insert a missing input line break after a .Vt macro; | Ingo Schwarze |
2019-03-18 | Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3): | Ingo Schwarze |
2019-03-18 | In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods. | Ingo Schwarze |
2019-03-18 | Document SM4; related to evp.h rev. 1.73. | Ingo Schwarze |
2019-03-18 | Expand the ERR_PACK() macro to ERR_REASON() for consistency. | Theo Buehler |
2019-03-18 | In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3). | Ingo Schwarze |
2019-03-17 | bump minors after symbol addition | Theo Buehler |
2019-03-17 | Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is still | Theo Buehler |
2019-03-17 | Provide EVP_aes_{128,192,256}_wrap(). This is a compatible | Theo Buehler |
2019-03-17 | Add the SM4 block cipher from the Chinese standard GB/T 32907-2016. | Theo Buehler |
2019-03-17 | Provide version agnostic DTLS methods. | Joel Sing |
2019-03-17 | Correct return value handling in tls13_handshake_recv_action(). | Joel Sing |
2019-03-17 | Partially clean up the TLS1_get_{,client}_version macros. | Joel Sing |
2019-03-17 | Remove the alert level from the TLSv1.3 alert callback. | Joel Sing |
2019-03-17 | Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@. | cheloha |
2019-03-15 | Document the return values of X509_delete_ext(3) and X509_add_ext(3). | Ingo Schwarze |
2019-03-15 | OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018; | Ingo Schwarze |
2019-03-15 | Document OCSP_basic_verify(3). | Ingo Schwarze |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-14 | build with NDEBUG defined to disable debug/tracking code | Robert Nagy |
2019-03-14 | libcxx | Robert Nagy |
2019-03-13 | Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the | Theo Buehler |
2019-03-13 | add a comment to format-pem.pl documenting typical steps to update | Stuart Henderson |
2019-03-13 | Backport support for probing ARMv8 HW acceleration capabilities on armv7 | Patrick Wildt |
2019-03-13 | Initial IP-based caching implementation with O(logn) lookup. | Paul Irofti |
2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked | Patrick Wildt |
2019-03-10 | fix some cases of spaces before full stops, where none were neccessary; | Jason McIntyre |
2019-03-10 | rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3 | Ingo Schwarze |
2019-03-10 | delete functions from the manual page that do nothing in LibreSSL | Ingo Schwarze |
2019-03-08 | remove a sentence that was once helpful when dirname.3 and basename.3 | Sebastian Benoit |
2019-03-06 | Typo in comment. | Theo Buehler |
2019-03-04 | Don't index a void pointer, fixes compilation with visual studio. | Todd C. Miller |
2019-03-03 | Wake all waiters when unlocking an rwlock. This fixes a hang | Visa Hankala |
2019-03-03 | talk about IPv4 and IPv6 in a more symmetrical way | Ingo Schwarze |
2019-03-03 | tweak the previous two commits: | Ingo Schwarze |
2019-03-03 | Just called the Internet now | Theo de Raadt |
2019-03-03 | in vdprintf(), no need to use the file locking mecanism when using | Sebastien Marie |
2019-03-02 | Fix OID for sm3WithRSAEncryption which was apparently mixed up | Theo Buehler |
2019-02-28 | Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes(). | Joel Sing |
2019-02-28 | Automatically complete the handshake from tls13_legacy_{read,write}_bytes() | Joel Sing |
2019-02-28 | Set the SSL state as part of tls13_legacy_connect(). | Joel Sing |
2019-02-28 | Add appropriate length checks to tls13_legacy_{read,write}_bytes() | Joel Sing |
2019-02-28 | Remove unused record_type from TLSv1.3 handshake actions. | Joel Sing |
2019-02-26 | Correct return values for non-fatal alerts. | Joel Sing |
2019-02-26 | Correctly propagate EOF from BIO in tls13_legacy_wire_read(). | Joel Sing |
2019-02-25 | Fix gcc3 compilation error by using a forward declaration instead of a | Theo Buehler |
2019-02-25 | revert "Move struct ssl_handshake_tls13_st definition", i.e., move | Theo Buehler |