summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* explain the acronym "CRT"; suggested by tb@schwarze2019-07-132-6/+8
* Fix manual openssl(1) s_serverinoguchi2019-07-121-18/+94
* Using pthread_atfork instead of __register_atfork with uClibc on noMMUinoguchi2019-07-111-2/+2
* Fix manual openssl(1) s_clientinoguchi2019-07-111-14/+80
* Add missing option openssl dsa -modulusinoguchi2019-07-101-2/+8
* Group tls_{handshake,read,write,close}() return values documentation.jsing2019-07-091-21/+21
* Fix manual openssl(1) genrsainoguchi2019-07-091-6/+14
* Convert openssl(1) genrsa to the newer style of option handlinginoguchi2019-07-091-70/+183
* Fix manual openssl(1) dsa, ocsp, rsa and smimeinoguchi2019-07-081-12/+56
* Clean up pvkfmt.cinoguchi2019-07-081-63/+66
* Fix pvk format processing in libcryptoinoguchi2019-07-071-11/+11
* Fix manual openssl(1) pkcs12, req, verify and x509inoguchi2019-07-071-13/+76
* Fix manual openssl(1) ec, enc and pkcs7inoguchi2019-07-051-2/+9
* improve verb-tense for explaining the calling convention of __deraadt2019-07-051-3/+3
* Fix manual openssl(1) dgstinoguchi2019-07-051-3/+5
* The last consumer of pre-posix realpath behaviour has stoppedderaadt2019-07-051-34/+3
* Fix manual openssl(1) crlinoguchi2019-07-041-1/+13
* Fix manual openssl(1) cainoguchi2019-07-041-8/+15
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-038-25/+25
* Add cpuid support for arm64 so that we can recognize whichpatrick2019-07-023-3/+57
* tweak previous; ok guentherjmc2019-06-301-5/+6
* Document that getcwd() and realpath() are built on system calls thatguenther2019-06-291-2/+16
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2810-56/+56
* failed to detect asprintf() error by observing return of -1, instead thederaadt2019-06-281-6/+3
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* The C89 standard only requires that atexit(3) returns a non-zero valueschwarze2019-06-271-5/+12
* Add more option tests to req, ts, x509 and verify in appstest.shinoguchi2019-06-271-17/+42
* check for asprintf failing allocationderaadt2019-06-271-1/+4
* Add more options test to ocsp in appstest.shinoguchi2019-06-241-7/+30
* Add more option test to dgst in appstest.shinoguchi2019-06-231-4/+33
* Add more option tests to ca in appstest.shinoguchi2019-06-221-8/+21
* tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt2019-06-201-4/+4
* sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt2019-06-201-4/+4
* Move variables into struct in openssl(1) genrsainoguchi2019-06-191-25/+33
* Make BN_num_bits_word() constant time.tb2019-06-171-48/+18
* Remove old realpath(3), and the userland-vs-kernel realpath verificationderaadt2019-06-171-334/+44
* oops - missing .El in previous;jmc2019-06-151-1/+2
* realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,deraadt2019-06-151-21/+39
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-1420-124/+198
* Further improve the documentation of library initialization and configuration.schwarze2019-06-149-94/+126
* Add more options to pkcs12 and smime in appstest.shinoguchi2019-06-131-10/+13
* Set malloc_options in global scope with an initializer.bluhm2019-06-122-10/+8
* add missing backlinks to ssl(3)schwarze2019-06-1231-64/+100
* List all 17 SSL pages that were missing.schwarze2019-06-121-51/+89
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-1035-115/+79
* Add pkcs12 options and smime tests for appstest.shinoguchi2019-06-101-8/+40
* add links back to crypto(3) to function group entry pagesschwarze2019-06-1022-45/+70
* remove pointless NOTES section header linesschwarze2019-06-089-27/+27
* Delete the display of the RSA_METHOD objectschwarze2019-06-081-70/+1