| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up pvkfmt.c | inoguchi | 2019-07-08 | 1 | -63/+66 |
* | Fix pvk format processing in libcrypto | inoguchi | 2019-07-07 | 1 | -11/+11 |
* | Fix manual openssl(1) pkcs12, req, verify and x509 | inoguchi | 2019-07-07 | 1 | -13/+76 |
* | Fix manual openssl(1) ec, enc and pkcs7 | inoguchi | 2019-07-05 | 1 | -2/+9 |
* | improve verb-tense for explaining the calling convention of __ | deraadt | 2019-07-05 | 1 | -3/+3 |
* | Fix manual openssl(1) dgst | inoguchi | 2019-07-05 | 1 | -3/+5 |
* | The last consumer of pre-posix realpath behaviour has stopped | deraadt | 2019-07-05 | 1 | -34/+3 |
* | Fix manual openssl(1) crl | inoguchi | 2019-07-04 | 1 | -1/+13 |
* | Fix manual openssl(1) ca | inoguchi | 2019-07-04 | 1 | -8/+15 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 8 | -25/+25 |
* | Add cpuid support for arm64 so that we can recognize which | patrick | 2019-07-02 | 3 | -3/+57 |
* | tweak previous; ok guenther | jmc | 2019-06-30 | 1 | -5/+6 |
* | Document that getcwd() and realpath() are built on system calls that | guenther | 2019-06-29 | 1 | -2/+16 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 10 | -56/+56 |
* | failed to detect asprintf() error by observing return of -1, instead the | deraadt | 2019-06-28 | 1 | -6/+3 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. | deraadt | 2019-06-27 | 1 | -3/+3 |
* | The C89 standard only requires that atexit(3) returns a non-zero value | schwarze | 2019-06-27 | 1 | -5/+12 |
* | Add more option tests to req, ts, x509 and verify in appstest.sh | inoguchi | 2019-06-27 | 1 | -17/+42 |
* | check for asprintf failing allocation | deraadt | 2019-06-27 | 1 | -1/+4 |
* | Add more options test to ocsp in appstest.sh | inoguchi | 2019-06-24 | 1 | -7/+30 |
* | Add more option test to dgst in appstest.sh | inoguchi | 2019-06-23 | 1 | -4/+33 |
* | Add more option tests to ca in appstest.sh | inoguchi | 2019-06-22 | 1 | -8/+21 |
* | tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT, | deraadt | 2019-06-20 | 1 | -4/+4 |
* | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically | deraadt | 2019-06-20 | 1 | -4/+4 |
* | Move variables into struct in openssl(1) genrsa | inoguchi | 2019-06-19 | 1 | -25/+33 |
* | Make BN_num_bits_word() constant time. | tb | 2019-06-17 | 1 | -48/+18 |
* | Remove old realpath(3), and the userland-vs-kernel realpath verification | deraadt | 2019-06-17 | 1 | -334/+44 |
* | oops - missing .El in previous; | jmc | 2019-06-15 | 1 | -1/+2 |
* | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | deraadt | 2019-06-15 | 1 | -21/+39 |
* | Improve pages that briefly mentioned ERR - usually below SEE ALSO - | schwarze | 2019-06-14 | 20 | -124/+198 |
* | Further improve the documentation of library initialization and configuration. | schwarze | 2019-06-14 | 9 | -94/+126 |
* | Add more options to pkcs12 and smime in appstest.sh | inoguchi | 2019-06-13 | 1 | -10/+13 |
* | Set malloc_options in global scope with an initializer. | bluhm | 2019-06-12 | 2 | -10/+8 |
* | add missing backlinks to ssl(3) | schwarze | 2019-06-12 | 31 | -64/+100 |
* | List all 17 SSL pages that were missing. | schwarze | 2019-06-12 | 1 | -51/+89 |
* | Disable junking with malloc options. If set, the test hangs on low | bluhm | 2019-06-11 | 1 | -2/+5 |
* | delete references to ERR pages from SEE ALSO where such | schwarze | 2019-06-10 | 35 | -115/+79 |
* | Add pkcs12 options and smime tests for appstest.sh | inoguchi | 2019-06-10 | 1 | -8/+40 |
* | add links back to crypto(3) to function group entry pages | schwarze | 2019-06-10 | 22 | -45/+70 |
* | remove pointless NOTES section header lines | schwarze | 2019-06-08 | 9 | -27/+27 |
* | Delete the display of the RSA_METHOD object | schwarze | 2019-06-08 | 1 | -70/+1 |
* | In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors. | schwarze | 2019-06-08 | 5 | -46/+499 |
* | document the RSA_FLAG_* constants for RSA_*_flags(3); | schwarze | 2019-06-08 | 1 | -3/+76 |
* | 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 |
* | tidy up the formatting of gendsa synopsis a little; | jmc | 2019-06-07 | 1 | -5/+3 |
* | Convert openssl(1) gendsa to the newer style of option handling | inoguchi | 2019-06-07 | 2 | -84/+178 |