summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre1-1/+2
2019-08-05Remove -port option from s_server since it is same as -acceptinoguchi1-4/+3
2019-07-29correct mispellings of EACCES; from Kris Katterjohnlibressl-v3.0.0deraadt1-3/+3
2019-07-29Make proxy auth work with http 1.1 speaking webservers.benno1-2/+3
2019-07-29Moving variables into struct in openssl(1) dgstinoguchi1-86/+99
2019-07-26Code clean up openssl(1) pkcs12inoguchi1-61/+86
2019-07-26Remove unnecessary NULL checks before free in openssl(1) pkcs12inoguchi1-14/+7
2019-07-25remove superfluous commentbcook1-2/+1
2019-07-25zero tmpkeyiv buffer after use when encryptingbcook1-2/+4
2019-07-24Capitalize cipher name and mode in help message as sync with pkcs12inoguchi2-20/+20
2019-07-24Convert openssl(1) pkcs12 to the newer style of option handlinginoguchi1-214/+409
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