Age | Commit message (Expand) | Author |
2017-08-20 | New manual page X509_check_private_key(3), using information | Ingo Schwarze |
2017-08-20 | fix a pasto in the description of UI_get0_result_string(3); | Ingo Schwarze |
2017-08-20 | Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design; | Ingo Schwarze |
2017-08-20 | Add a BUGS section | Ingo Schwarze |
2017-08-20 | import PEM_bytes_read_bio(3) from OpenSSL, | Ingo Schwarze |
2017-08-20 | mention CRYPTO_mem_leaks_cb(3) because OpenSSL | Ingo Schwarze |
2017-08-20 | import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we | Ingo Schwarze |
2017-08-20 | fix wrong function name; | Ingo Schwarze |
2017-08-20 | sync with OpenSSL: | Ingo Schwarze |
2017-08-20 | zap trailing whitespace; | Jason McIntyre |
2017-08-20 | sprinkle a few missing dependencies on perl scripts internal bits. | Marc Espie |
2017-08-20 | Sync with OpenSSL: document several new functions, plus some additional | Ingo Schwarze |
2017-08-20 | clarify deprecation notice; | Ingo Schwarze |
2017-08-20 | New ASN1_STRING_TABLE_add(3) manual page, based on information from | Ingo Schwarze |
2017-08-14 | fix missing bracket on ARM | Brent Cook |
2017-08-13 | Add ability to clamp a notafter to values representable in a 32 bit time_t | Bob Beck |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | move endian/word size checks from runtime to compile time | Brent Cook |
2017-08-13 | Convert the sigma and tau initialisers to byte arrays, rather than using | Joel Sing |
2017-08-12 | bump to 2.6.1 | Brent Cook |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-20 | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | Ted Unangst |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-06-28 | .init stub creation doesn't need a jmp + .align to reach a branch target, | Theo de Raadt |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-05-29 | Randomize link-order of libcrypto as we do with libc. This library | Theo de Raadt |
2017-05-26 | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | Joel Sing |
2017-05-25 | Add definitions for three OIDs used in EV certificates. | Joel Sing |
2017-05-11 | Fix a problem introduced in freezero() conversion and use | Jonathan Gray |
2017-05-08 | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | Joel Sing |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-06 | space needed between macro arg and punctuation; | Jason McIntyre |
2017-05-06 | Bump minors for symbol addition in libcrypto | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_to to exported symbols | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2017-05-02 | the XXXfree functions being called accept NULL, so don't check first. | Theo de Raadt |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-04-30 | No original OpenSSL code remains in this file. Relicense | Bob Beck |
2017-04-30 | Make BIO_get_host_ip just yet another getaddrinfo wrapper | Bob Beck |
2017-04-30 | Rework BIO_accept to be more like modern code. | Bob Beck |
2017-04-30 | Only enable -Werror on libcrypto/libssl/libtls if we are building with | Joel Sing |
2017-04-30 | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | Bob Beck |
2017-04-29 | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | Joel Sing |
2017-04-29 | Switch Linux getrandom() usage to non-blocking mode, continuing to | Bob Beck |
2017-04-28 | Revert previous change that forced consistency between return value and | Bob Beck |
2017-04-28 | revert previous accidental commit | Bob Beck |