Age | Commit message (Expand) | Author |
2019-03-22 | that "device" is an abstraction to the underlying OS PRNG. | Marc Espie |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2019-03-21 | Reference permissions in the canonical plural. | rob |
2019-03-21 | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | Ingo Schwarze |
2019-03-21 | space before punct; | Jason McIntyre |
2019-03-21 | Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter. | Ingo Schwarze |
2019-03-21 | Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter: | Ingo Schwarze |
2019-03-21 | add a handful of missing functions | Ingo Schwarze |
2019-03-21 | Bring back EVP_chacha20 list item that was accidentally removed | Theo Buehler |
2019-03-20 | fix examples (libtls uses its own error reporting mechanism) | Marc Espie |
2019-03-20 | escape backslashes; | Ingo Schwarze |
2019-03-19 | Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVP | Ingo Schwarze |
2019-03-19 | Avoid an internal 2 byte overread in ssl_sigalgs(). | Joel Sing |
2019-03-19 | Revert TLS1_get{,_client}_version simplification because DTLS. | Joel Sing |
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 |