aboutsummaryrefslogtreecommitdiffstats
path: root/apps/nseq.c
Commit message (Expand)AuthorAgeFilesLines
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+3
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-64/+52
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-89/+92
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-2/+2
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-3/+10
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+1
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-15/+0
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-12/+12
* Another safe stack.Ben Laurie1999-05-301-5/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-4/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Fix lots of warnings.Ulf Möller1999-04-201-0/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-1/+0
* Reflect correct filenameRalf S. Engelschall1999-01-311-1/+1
* New program 'nseq' added to apps to allow Netscape certificate sequences toDr. Stephen Henson1999-01-291-0/+182