| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the last references to the RAND_*(3) functions. | schwarze | 2019-06-07 | 12 | -47/+34 |
| * | link to EVP_EncodeInit(3), which was the only missing child page | schwarze | 2019-06-07 | 1 | -1/+6 |
| * | link back to evp(3), just like for the other group entry pages | schwarze | 2019-06-07 | 1 | -2/+3 |
| * | Remove pointless direct backlinks from the leaf pages HMAC(3) and | schwarze | 2019-06-07 | 2 | -6/+4 |
| * | remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3) | schwarze | 2019-06-07 | 3 | -21/+7 |
| * | minor errors in previous commit pointed out by jmc@ | schwarze | 2019-06-06 | 4 | -8/+8 |
| * | Tree structure for manual pages: crypto(3) links to 33 function | schwarze | 2019-06-06 | 117 | -281/+539 |
| * | provide getters and setters for the RSA_METHOD interface | gilles | 2019-06-05 | 6 | -5/+246 |
| * | Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign* | tb | 2019-06-05 | 1 | -3/+3 |
| * | OPENSSL_realloc(3) is no longer used, we now use reallocarray(3) | schwarze | 2019-06-04 | 1 | -3/+3 |
| * | Readability tweak in a comment. | tb | 2019-06-04 | 1 | -2/+2 |
| * | Remove the blinding later to avoid leaking information on the length | tb | 2019-06-04 | 1 | -3/+3 |
| * | Readability tweaks for comments that explain the blinding. | tb | 2019-06-04 | 1 | -5/+5 |
| * | Remove the blinding later to avoid leaking information on the length | tb | 2019-06-04 | 1 | -3/+3 |
| * | .In openssl/x509_vfy.h | schwarze | 2019-06-04 | 1 | -3/+4 |
| * | Add several missing .In lines | schwarze | 2019-06-04 | 1 | -3/+13 |
| * | add missing .In lines | schwarze | 2019-06-03 | 2 | -4/+6 |
| * | add missing .In line | schwarze | 2019-06-03 | 1 | -2/+3 |
| * | Complete the ld.so boot cleanup: move most libc initialization from | guenther | 2019-06-02 | 2 | -8/+5 |
| * | __realpath(2) appears to have improved, so re-enable the code that | deraadt | 2019-05-30 | 1 | -3/+136 |
| * | Relax parsing of TLS key share extensions on the server. | jsing | 2019-05-29 | 1 | -5/+2 |
| * | Do not send an SNI extension when resuming a session that contains a server | jsing | 2019-05-29 | 1 | -1/+4 |
| * | There are some bugs in __realpath(2) -- it isn't quite ready so disable | deraadt | 2019-05-29 | 1 | -136/+3 |
| * | Fix typo and label indent. | jsing | 2019-05-28 | 1 | -3/+3 |
| * | Tidy up some names/structures following the renaming of TLS extension | jsing | 2019-05-28 | 1 | -35/+35 |
| * | Enable the use of the kernel __realpath() system call in the libc wrapper. | beck | 2019-05-28 | 1 | -3/+136 |
| * | Only override size of chunk if we're not given the actual length. | otto | 2019-05-23 | 1 | -2/+3 |
| * | bump to LibreSSL 3.0.0 | bcook | 2019-05-23 | 1 | -3/+3 |
| * | add stdlib.h for reallocarray | bcook | 2019-05-23 | 1 | -1/+2 |
| * | *an* RSA; | jmc | 2019-05-20 | 3 | -9/+9 |
| * | clarify that later flags modify earlier flags; | schwarze | 2019-05-19 | 1 | -2/+4 |
| * | More consistently put remarks about the less useful LC_* categoties, | schwarze | 2019-05-16 | 2 | -14/+26 |
| * | delete two stray blank lines | schwarze | 2019-05-15 | 1 | -4/+2 |
| * | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is | bcook | 2019-05-15 | 3 | -29/+20 |
| * | Correct missing test to determine if length is in bytes or in bits. | beck | 2019-05-14 | 1 | -1/+3 |
| * | Remove unused pad check, which is handled by tls1_cbc_remove_padding() now. | bcook | 2019-05-13 | 1 | -4/+2 |
| * | Acquire mutex before incrementing the refcount. Fixes COV-186144 | bcook | 2019-05-13 | 1 | -1/+3 |
| * | Move 'how this works' details from namespace.h to DETAILS | guenther | 2019-05-13 | 2 | -112/+136 |
| * | explicitly mention that RES_NOALIASES has no effect; | schwarze | 2019-05-13 | 1 | -3/+4 |
| * | Mention introduction of *_conceal. | otto | 2019-05-13 | 1 | -2/+8 |
| * | Fix signed overflow in X509_CRL_print(). | tb | 2019-05-12 | 1 | -1/+4 |
| * | Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is | tb | 2019-05-12 | 1 | -1/+11 |
| * | Stop the eyebleed in here and just use calloc | beck | 2019-05-12 | 1 | -31/+8 |
| * | $OpenBSD$ | tb | 2019-05-11 | 4 | -0/+4 |
| * | Remove commented out rc5 bits | tb | 2019-05-11 | 7 | -20/+6 |
| * | Initialize EC_KEY_METHOD before use. | bcook | 2019-05-10 | 1 | -2/+2 |
| * | Revert part of r1.36: in the case of GCM, gcm.key is assigned from | tb | 2019-05-10 | 1 | -1/+7 |
| * | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | otto | 2019-05-10 | 2 | -199/+219 |
| * | Fix incorrect carry operation in 512 bit addition: in the case | tb | 2019-05-09 | 1 | -6/+8 |
| * | In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, | tb | 2019-05-08 | 1 | -2/+3 |