summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expand a new macro that tried to get away...jsing2019-08-111-2/+8
* Expand ASN.1 macros.jsing2019-08-118-273/+1544
* We use DECLARE_STACK_OF rather than DEFINE_STACK_OF.jsing2019-08-112-7/+7
* Unlike OpenSSL we do not have our own special ssize_t.jsing2019-08-113-9/+9
* Re-convert and re-import the CMS manual pages from OpenSSL 1.1.1schwarze2019-08-1021-0/+3388
* Fix style(9) and whitespace.jsing2019-08-101-210/+205
* More style(9) and whitespace.jsing2019-08-101-335/+294
* More style(9), whitespace and readability fixes.jsing2019-08-1014-675/+903
* First pass at style(9).jsing2019-08-1014-4174/+4174
* Fix includes for non-installed headers.jsing2019-08-109-25/+25
* Include cms.h instead of cmserr.h.jsing2019-08-101-2/+2
* Add $OpenBSD$ tag.jsing2019-08-101-0/+1
* Restore the per-file license for cms.h.jsing2019-08-101-5/+49
* Provide cms.h.jsing2019-08-101-0/+515
* Add $OpenBSD$ tags.jsing2019-08-1015-0/+15
* Restore the original per-file licenses for CMS.jsing2019-08-1014-70/+686
* Work towards supporting Cryptographic Message Syntax (CMS) in libcrypto.jsing2019-08-1015-0/+6172
* added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre2019-08-081-1/+2
* Remove -port option from s_server since it is same as -acceptinoguchi2019-08-051-4/+3
* correct mispellings of EACCES; from Kris Katterjohnlibressl-v3.0.0deraadt2019-07-291-3/+3
* Make proxy auth work with http 1.1 speaking webservers.benno2019-07-291-2/+3
* Moving variables into struct in openssl(1) dgstinoguchi2019-07-291-86/+99
* Code clean up openssl(1) pkcs12inoguchi2019-07-261-61/+86
* Remove unnecessary NULL checks before free in openssl(1) pkcs12inoguchi2019-07-261-14/+7
* remove superfluous commentbcook2019-07-251-2/+1
* zero tmpkeyiv buffer after use when encryptingbcook2019-07-251-2/+4
* Capitalize cipher name and mode in help message as sync with pkcs12inoguchi2019-07-242-20/+20
* Convert openssl(1) pkcs12 to the newer style of option handlinginoguchi2019-07-241-214/+409
* Moving variables into struct in openssl(1) pkcs12inoguchi2019-07-231-125/+136
* Update appstest.shinoguchi2019-07-171-6/+4
* Fix long line by wrapping with 80 charsinoguchi2019-07-161-6/+9
* Move option handlers up to option definition struct in gendsa.cinoguchi2019-07-161-53/+50
* Fix typo and -keyform argument in openssl(1) manualinoguchi2019-07-161-6/+8
* Mark the initialized struct options arrays as both static and const.guenther2019-07-1434-71/+71
* 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