summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-23Moving variables into struct in openssl(1) pkcs12inoguchi1-125/+136
2019-07-17Update appstest.shinoguchi1-6/+4
2019-07-16Fix long line by wrapping with 80 charsinoguchi1-6/+9
2019-07-16Move option handlers up to option definition struct in gendsa.cinoguchi1-53/+50
2019-07-16Fix typo and -keyform argument in openssl(1) manualinoguchi1-6/+8
2019-07-14Mark the initialized struct options arrays as both static and const.guenther34-71/+71
2019-07-13explain the acronym "CRT"; suggested by tb@schwarze2-6/+8
2019-07-12Fix manual openssl(1) s_serverinoguchi1-18/+94
2019-07-11Using pthread_atfork instead of __register_atfork with uClibc on noMMUinoguchi1-2/+2
2019-07-11Fix manual openssl(1) s_clientinoguchi1-14/+80
2019-07-10Add missing option openssl dsa -modulusinoguchi1-2/+8
2019-07-09Group tls_{handshake,read,write,close}() return values documentation.jsing1-21/+21
2019-07-09Fix manual openssl(1) genrsainoguchi1-6/+14
2019-07-09Convert openssl(1) genrsa to the newer style of option handlinginoguchi1-70/+183
2019-07-08Fix manual openssl(1) dsa, ocsp, rsa and smimeinoguchi1-12/+56
2019-07-08Clean up pvkfmt.cinoguchi1-63/+66
2019-07-07Fix pvk format processing in libcryptoinoguchi1-11/+11
2019-07-07Fix manual openssl(1) pkcs12, req, verify and x509inoguchi1-13/+76
2019-07-05Fix manual openssl(1) ec, enc and pkcs7inoguchi1-2/+9
2019-07-05improve verb-tense for explaining the calling convention of __deraadt1-3/+3
2019-07-05Fix manual openssl(1) dgstinoguchi1-3/+5
2019-07-05The last consumer of pre-posix realpath behaviour has stoppedderaadt1-34/+3
2019-07-04Fix manual openssl(1) crlinoguchi1-1/+13
2019-07-04Fix manual openssl(1) cainoguchi1-8/+15
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt8-25/+25
2019-07-02Add cpuid support for arm64 so that we can recognize whichpatrick3-3/+57
2019-06-30tweak previous; ok guentherjmc1-5/+6
2019-06-29Document that getcwd() and realpath() are built on system calls thatguenther1-2/+16
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt10-56/+56
2019-06-28failed to detect asprintf() error by observing return of -1, instead thederaadt1-6/+3
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt1-3/+3
2019-06-27The C89 standard only requires that atexit(3) returns a non-zero valueschwarze1-5/+12
2019-06-27Add more option tests to req, ts, x509 and verify in appstest.shinoguchi1-17/+42
2019-06-27check for asprintf failing allocationderaadt1-1/+4
2019-06-24Add more options test to ocsp in appstest.shinoguchi1-7/+30
2019-06-23Add more option test to dgst in appstest.shinoguchi1-4/+33
2019-06-22Add more option tests to ca in appstest.shinoguchi1-8/+21
2019-06-20tls_read() & tls_write() return 4 possible values: TLS_WANT_POLLOUT,deraadt1-4/+4
2019-06-20sockatmark(3), recv(2), getsockopt(2), and connect(2) return specificallyderaadt1-4/+4
2019-06-19Move variables into struct in openssl(1) genrsainoguchi1-25/+33
2019-06-17Make BN_num_bits_word() constant time.tb1-48/+18
2019-06-17Remove old realpath(3), and the userland-vs-kernel realpath verificationderaadt1-334/+44
2019-06-15oops - missing .El in previous;jmc1-1/+2
2019-06-15realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,deraadt1-21/+39
2019-06-14Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze20-124/+198
2019-06-14Further improve the documentation of library initialization and configuration.schwarze9-94/+126
2019-06-13Add more options to pkcs12 and smime in appstest.shinoguchi1-10/+13
2019-06-12Set malloc_options in global scope with an initializer.bluhm2-10/+8
2019-06-12add missing backlinks to ssl(3)schwarze31-64/+100
2019-06-12List all 17 SSL pages that were missing.schwarze1-51/+89