Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add required cast. | Bodo Möller | 2000-05-19 | 1 | -1/+1 |
| | |||||
* | Fix c_rehash script, add -fingerprint option to crl. | Dr. Stephen Henson | 2000-05-18 | 2 | -1/+30 |
| | |||||
* | Typesafety Thought Police part 3. | Ben Laurie | 2000-05-16 | 1 | -9/+10 |
| | |||||
* | Typesafety Thought Police Part 2. | Ben Laurie | 2000-05-16 | 1 | -16/+21 |
| | |||||
* | Typesafety thought police. | Ben Laurie | 2000-05-16 | 1 | -12/+12 |
| | |||||
* | Get rid of more non-ANSI declarations. | Ulf Möller | 2000-05-15 | 2 | -7/+7 |
| | |||||
* | Allow UTCTIME objects to be retrieved. Check for imminent cert expiry. | Ben Laurie | 2000-05-14 | 1 | -0/+27 |
| | |||||
* | Make PKCS#12 code handle missing passwords. | Dr. Stephen Henson | 2000-05-04 | 1 | -3/+8 |
| | | | | Add a couple of FAQs. | ||||
* | Fix a memory leak, and don't generate inappropriate error message | Bodo Möller | 2000-05-02 | 1 | -1/+6 |
| | | | | when PEM_read_bio_X509_REQ fails. | ||||
* | Stylistic changes: Don't use a macro for the malloc'ed length since it | Bodo Möller | 2000-04-27 | 1 | -3/+5 |
| | | | | is not constant. | ||||
* | Warn about truncation also in the case when a single password is read using | Bodo Möller | 2000-04-27 | 1 | -2/+4 |
| | | | | the password prompt. | ||||
* | New function ERR_error_string_n. | Bodo Möller | 2000-04-14 | 1 | -1/+4 |
| | |||||
* | "make update" | Richard Levitte | 2000-04-09 | 1 | -93/+95 |
| | |||||
* | In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites | Bodo Möller | 2000-04-06 | 1 | -0/+5 |
| | |||||
* | Fix typo in -clrext option, but add a compatibility hack because | Bodo Möller | 2000-03-27 | 1 | -1/+8 |
| | | | | 0.9.5a should not break anything that works in 0.9.5. | ||||
* | Sample application using RAND_event() to collect entropy from mouse | Ulf Möller | 2000-03-19 | 1 | -0/+149 |
| | | | | movements, keyboard etc. and write it to a seed file. | ||||
* | Eliminate memory leaks in mem_dbg.c. | Bodo Möller | 2000-03-18 | 1 | -1/+1 |
| | |||||
* | e_os.h: don't do double work with status codes. | Richard Levitte | 2000-03-18 | 1 | -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öller | 2000-03-14 | 1 | -111/+0 |
| | | | | I hope all memory leaks that may occur here have already been tracked down. | ||||
* | Avoid a warning. | Bodo Möller | 2000-03-14 | 1 | -2/+4 |
| | |||||
* | Typo corrected | Richard Levitte | 2000-03-14 | 1 | -1/+1 |
| | |||||
* | Make sure strcmp() gets declared. | Richard Levitte | 2000-03-14 | 1 | -0/+1 |
| | |||||
* | "openssl no-..." commands for avoiding the need to grep | Bodo Möller | 2000-03-13 | 1 | -0/+12 |
| | | | | "openssl list-standard-commands". | ||||
* | cleaning up a little | Bodo Möller | 2000-03-12 | 12 | -554/+19 |
| | |||||
* | make update | Ulf Möller | 2000-03-12 | 1 | -5/+6 |
| | |||||
* | Add the possibility (with -ign_eof) to ignore end of file on input but | Richard Levitte | 2000-03-10 | 1 | -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öller | 2000-03-10 | 1 | -7/+11 |
| | | | | | | - Move DH parameter components inside the function. - Automatically #include the required header file if it has not already been #included. | ||||
* | another typo | Bodo Möller | 2000-03-10 | 1 | -1/+1 |
| | |||||
* | typo | Bodo Möller | 2000-03-10 | 1 | -1/+1 |
| | |||||
* | Don't Free() password if it was read from config file. | Dr. Stephen Henson | 2000-03-09 | 1 | -2/+2 |
| | |||||
* | Fix typo and make ca get the CA and request fields correct. | Dr. Stephen Henson | 2000-03-08 | 1 | -1/+1 |
| | |||||
* | Add missing include (only MONOLITH builds were possible without it). | Bodo Möller | 2000-03-05 | 1 | -0/+1 |
| | | | | Submitted by: Andrew W. Gray | ||||
* | Read complete seed files given in -rand options. | Bodo Möller | 2000-03-04 | 1 | -1/+1 |
| | |||||
* | Generate correct error reasons strings for SYSerr. | Bodo Möller | 2000-03-04 | 1 | -1/+0 |
| | |||||
* | Add an #include. | Bodo Möller | 2000-03-03 | 1 | -0/+1 |
| | |||||
* | Avoid potential memory leak in code generated by 'openssl dhparam -C'. | Bodo Möller | 2000-03-03 | 1 | -1/+1 |
| | |||||
* | New '-dsaparam' option for 'openssl dhparam', and related fixes. | Bodo Möller | 2000-03-03 | 4 | -24/+174 |
| | |||||
* | Synchronise | Richard Levitte | 2000-03-02 | 1 | -2/+2 |
| | |||||
* | pseudo-seed for the PRNG before testing DSA | Ulf Möller | 2000-03-01 | 2 | -0/+8 |
| | |||||
* | 'rand'/'-rand' documentation. | Bodo Möller | 2000-03-01 | 7 | -7/+7 |
| | |||||
* | Document the 'rand' application. | Bodo Möller | 2000-03-01 | 1 | -1/+1 |
| | |||||
* | 'rand' application for creating pseudo-random files. | Bodo Möller | 2000-02-29 | 4 | -8/+162 |
| | |||||
* | Fix for non-monolithic build. | Ulf Möller | 2000-02-28 | 1 | -0/+2 |
| | | | | Submitted by: Andrew Gray <agray@iconsinc.com> | ||||
* | New logical names to skip algorithms are now supported. | Richard Levitte | 2000-02-27 | 1 | -2/+26 |
| | |||||
* | More get0 et al. changes. Also provide fgrep targets in CHANGES | Bodo Möller | 2000-02-26 | 2 | -5/+5 |
| | | | | where the new functions are mentioned. | ||||
* | The OpenVMS library is most definitely not built for anything but | Richard Levitte | 2000-02-26 | 1 | -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 Henson | 2000-02-26 | 5 | -10/+10 |
| | |||||
* | Correct small typo | Richard Levitte | 2000-02-26 | 1 | -1/+1 |
| | |||||
* | Changes to synchronise with Unix. | Richard Levitte | 2000-02-25 | 1 | -4/+3 |
| | | | | (actually, much more is needed, like a real config script) | ||||
* | EGD bugfix. | Ulf Möller | 2000-02-25 | 1 | -2/+4 |
| | | | | Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> |