| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix broken cross references; found with mandoc -Tlint | schwarze | 2017-07-06 | 3 | -43/+8 |
| * | fix cross references to self; found with mandoc -Tlint | schwarze | 2017-07-05 | 2 | -7/+6 |
| * | .init stub creation doesn't need a jmp + .align to reach a branch target, | deraadt | 2017-06-28 | 1 | -3/+0 |
| * | Distinguish between self-issued certificates and self-signed certificates. | jsing | 2017-06-22 | 2 | -30/+40 |
| * | mark files as BUILDFIRST, or write explicit dependencies, so that most | espie | 2017-06-16 | 1 | -1/+2 |
| * | repair broken markup of callback argument; found with mandoc -Tlint | schwarze | 2017-06-10 | 1 | -5/+3 |
| * | Randomize link-order of libcrypto as we do with libc. This library | deraadt | 2017-05-29 | 1 | -1/+2 |
| * | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | jsing | 2017-05-26 | 1 | -1/+7 |
| * | Add definitions for three OIDs used in EV certificates. | jsing | 2017-05-25 | 2 | -0/+9 |
| * | Fix a problem introduced in freezero() conversion and use | jsg | 2017-05-11 | 1 | -2/+2 |
| * | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | jsing | 2017-05-08 | 1 | -3/+3 |
| * | Bring in HKDF, from BoringSSL, with regress tests modified to be | beck | 2017-05-06 | 3 | -1/+186 |
| * | space needed between macro arg and punctuation; | jmc | 2017-05-06 | 1 | -2/+2 |
| * | Bump minors for symbol addition in libcrypto | beck | 2017-05-06 | 1 | -1/+1 |
| * | Add ASN1_TIME_set_to to exported symbols | beck | 2017-05-06 | 1 | -0/+4 |
| * | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | beck | 2017-05-06 | 3 | -5/+44 |
| * | the XXXfree functions being called accept NULL, so don't check first. | deraadt | 2017-05-02 | 3 | -26/+14 |
| * | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 37 | -234/+107 |
| * | No original OpenSSL code remains in this file. Relicense | beck | 2017-04-30 | 1 | -54/+13 |
| * | Make BIO_get_host_ip just yet another getaddrinfo wrapper | beck | 2017-04-30 | 1 | -27/+20 |
| * | Rework BIO_accept to be more like modern code. | beck | 2017-04-30 | 1 | -54/+19 |
| * | Only enable -Werror on libcrypto/libssl/libtls if we are building with | jsing | 2017-04-30 | 1 | -3/+6 |
| * | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | beck | 2017-04-30 | 1 | -115/+35 |
| * | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | jsing | 2017-04-29 | 3 | -9/+4 |
| * | Switch Linux getrandom() usage to non-blocking mode, continuing to | beck | 2017-04-29 | 1 | -6/+9 |
| * | Revert previous change that forced consistency between return value and | beck | 2017-04-28 | 1 | -10/+2 |
| * | revert previous accidental commit | beck | 2017-04-28 | 5 | -25/+46 |
| * | *** empty log message *** | beck | 2017-04-28 | 5 | -46/+25 |
| * | new X25519(3) manual page; | schwarze | 2017-04-10 | 5 | -10/+113 |
| * | document three additional functions; | schwarze | 2017-04-10 | 1 | -7/+60 |
| * | Simplify/clean up BUF_MEM_grow_clean(). | jsing | 2017-04-09 | 1 | -17/+16 |
| * | With recallocarray() BUF_MEM_grow() is essentially the same as | jsing | 2017-04-09 | 1 | -28/+2 |
| * | Explicitly test for NULL. | jsing | 2017-04-09 | 1 | -4/+4 |
| * | trailing ; on end of macro definition is wrong; ok guenther | deraadt | 2017-04-06 | 1 | -4/+4 |
| * | bump version for new development branch | bcook | 2017-04-06 | 1 | -3/+3 |
| * | Fix silly code that printfs NULL when there are no fractional seconds | beck | 2017-04-03 | 1 | -2/+2 |
| * | reinstate the capitalisation from previous, as advised by schwarze; | jmc | 2017-03-27 | 1 | -3/+3 |
| * | tweak previous; | jmc | 2017-03-26 | 3 | -9/+9 |
| * | merge new UI documentation from OpenSSL | schwarze | 2017-03-26 | 5 | -13/+651 |
| * | document X509_Digest(3) and friends; | schwarze | 2017-03-25 | 2 | -1/+135 |
| * | document the public function X509_cmp_time(3); | schwarze | 2017-03-25 | 2 | -1/+88 |
| * | correct RETURN VALUES; | schwarze | 2017-03-25 | 1 | -7/+13 |
| * | fix two more prototypes; | schwarze | 2017-03-25 | 1 | -5/+5 |
| * | correct prototypes; | schwarze | 2017-03-25 | 1 | -5/+5 |
| * | complete description of RETURN VALUES; | schwarze | 2017-03-25 | 1 | -6/+8 |
| * | minimal stub-quality documentation of EVP_MD_CTX_ctrl(3); | schwarze | 2017-03-25 | 1 | -3/+17 |
| * | OpenSSL documented the public function BIO_printf(3) (and friends) | schwarze | 2017-03-25 | 3 | -3/+91 |
| * | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | schwarze | 2017-03-25 | 1 | -4/+14 |
| * | Convert BUF_MEM_grow() and BUF_MEM_grow_clean() to recallocarray(), | jsing | 2017-03-16 | 1 | -13/+3 |
| * | Use calloc() instead of malloc() followed by manually zeroing fields. | jsing | 2017-03-16 | 1 | -6/+3 |