summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add required cast.Bodo Möller2000-05-191-1/+1
|
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-182-1/+30
|
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-9/+10
|
* Typesafety Thought Police Part 2.Ben Laurie2000-05-161-16/+21
|
* Typesafety thought police.Ben Laurie2000-05-161-12/+12
|
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-152-7/+7
|
* Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie2000-05-141-0/+27
|
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-041-3/+8
| | | | Add a couple of FAQs.
* Fix a memory leak, and don't generate inappropriate error messageBodo Möller2000-05-021-1/+6
| | | | when PEM_read_bio_X509_REQ fails.
* Stylistic changes: Don't use a macro for the malloc'ed length since itBodo Möller2000-04-271-3/+5
| | | | is not constant.
* Warn about truncation also in the case when a single password is read usingBodo Möller2000-04-271-2/+4
| | | | the password prompt.
* New function ERR_error_string_n.Bodo Möller2000-04-141-1/+4
|
* "make update"Richard Levitte2000-04-091-93/+95
|
* In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller2000-04-061-0/+5
|
* Fix typo in -clrext option, but add a compatibility hack becauseBodo Möller2000-03-271-1/+8
| | | | 0.9.5a should not break anything that works in 0.9.5.
* Sample application using RAND_event() to collect entropy from mouseUlf Möller2000-03-191-0/+149
| | | | movements, keyboard etc. and write it to a seed file.
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-181-1/+1
|
* e_os.h: don't do double work with status codes.Richard Levitte2000-03-181-1/+1
| | | | openssl.c: make damn sure e_os.h knows about OPENSSL_C
* Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller2000-03-141-111/+0
| | | | I hope all memory leaks that may occur here have already been tracked down.
* Avoid a warning.Bodo Möller2000-03-141-2/+4
|
* Typo correctedRichard Levitte2000-03-141-1/+1
|
* Make sure strcmp() gets declared.Richard Levitte2000-03-141-0/+1
|
* "openssl no-..." commands for avoiding the need to grepBodo Möller2000-03-131-0/+12
| | | | "openssl list-standard-commands".
* cleaning up a littleBodo Möller2000-03-1212-554/+19
|
* make updateUlf Möller2000-03-121-5/+6
|
* Add the possibility (with -ign_eof) to ignore end of file on input butRichard Levitte2000-03-101-2/+10
| | | | | still not be quiet. Also make it clear that -quiet implicitely means -ign_eof as well.
* Change to code generated by 'dhparam -C':Bodo Möller2000-03-101-7/+11
| | | | | | - Move DH parameter components inside the function. - Automatically #include the required header file if it has not already been #included.
* another typoBodo Möller2000-03-101-1/+1
|
* typoBodo Möller2000-03-101-1/+1
|
* Don't Free() password if it was read from config file.Dr. Stephen Henson2000-03-091-2/+2
|
* Fix typo and make ca get the CA and request fields correct.Dr. Stephen Henson2000-03-081-1/+1
|
* Add missing include (only MONOLITH builds were possible without it).Bodo Möller2000-03-051-0/+1
| | | | Submitted by: Andrew W. Gray
* Read complete seed files given in -rand options.Bodo Möller2000-03-041-1/+1
|
* Generate correct error reasons strings for SYSerr.Bodo Möller2000-03-041-1/+0
|
* Add an #include.Bodo Möller2000-03-031-0/+1
|
* Avoid potential memory leak in code generated by 'openssl dhparam -C'.Bodo Möller2000-03-031-1/+1
|
* New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller2000-03-034-24/+174
|
* SynchroniseRichard Levitte2000-03-021-2/+2
|
* pseudo-seed for the PRNG before testing DSAUlf Möller2000-03-012-0/+8
|
* 'rand'/'-rand' documentation.Bodo Möller2000-03-017-7/+7
|
* Document the 'rand' application.Bodo Möller2000-03-011-1/+1
|
* 'rand' application for creating pseudo-random files.Bodo Möller2000-02-294-8/+162
|
* Fix for non-monolithic build.Ulf Möller2000-02-281-0/+2
| | | | Submitted by: Andrew Gray <agray@iconsinc.com>
* New logical names to skip algorithms are now supported.Richard Levitte2000-02-271-2/+26
|
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-262-5/+5
| | | | where the new functions are mentioned.
* The OpenVMS library is most definitely not built for anything butRichard Levitte2000-02-261-1/+1
| | | | | | files, unless it's all in unixly syntax. We can't guarantee that right now, so let's skip the whole test suit. There are other places (like the open()) where errors are detected anyway.
* Rename functions for new convention.Dr. Stephen Henson2000-02-265-10/+10
|
* Correct small typoRichard Levitte2000-02-261-1/+1
|
* Changes to synchronise with Unix.Richard Levitte2000-02-251-4/+3
| | | | (actually, much more is needed, like a real config script)
* EGD bugfix.Ulf Möller2000-02-251-2/+4
| | | | Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>