summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ca.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove unused defines. No binary change.lteo2015-09-101-6/+1
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing2015-07-221-6/+2
* Free memory when finished.doug2015-07-191-2/+6
* Remove effectively unused variable.doug2015-07-191-4/+1
* Delete commented out code from openssl(1) apps.doug2015-02-081-13/+1
* Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.bcook2015-02-071-3/+3
* Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug2014-09-011-7/+7
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-281-2/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+2743