aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte2001-07-021-2/+1
* [Forgotten commits?]Richard Levitte2001-07-021-2/+2
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-015-3/+155
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-284-183/+264
* Another empty X509_NAME fix.Dr. Stephen Henson2001-06-261-0/+2
* Handle empty X509_NAME in printing routines.Dr. Stephen Henson2001-06-262-2/+4
* DSA verification should insist that r and s are in the allowed range.Bodo Möller2001-06-261-0/+11
* Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte2001-06-251-3/+3
* Translate into valid C (don't call functions with wrong prototypes).Bodo Möller2001-06-251-10/+6
* Make sure we don't return 0 on error.Richard Levitte2001-06-241-0/+5
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-233-24/+42
* Use the new UI features, among others the new boolean input.Richard Levitte2001-06-231-14/+21
* Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte2001-06-231-1/+1
* make updateRichard Levitte2001-06-237-81/+146
* Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte2001-06-231-28/+32
* make updateRichard Levitte2001-06-231-0/+7
* Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte2001-06-233-53/+398
* New error printing function that gives the possibility to print theRichard Levitte2001-06-232-23/+29
* Include the UI error strings.Richard Levitte2001-06-231-0/+1
* For the UI functions that return an int, 0 or any positive number is aRichard Levitte2001-06-231-3/+3
* Fix hwcrhk_insert_card.Dr. Stephen Henson2001-06-231-7/+12
* In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson2001-06-231-3/+5
* This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov2001-06-221-185/+245
* Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2001-06-212-3/+5
* Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte2001-06-203-17/+19
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-1917-108/+84
* cp is only used when DSA is built.Richard Levitte2001-06-191-1/+1
* - Add the possibility to control engines through control names butRichard Levitte2001-06-194-44/+226
* The default flag should be for default passwords only. Otherwise,Richard Levitte2001-06-191-4/+4
* Enhance the user interface with better support for dialog boxRichard Levitte2001-06-194-95/+263
* Don't set pointer if add_lock_callback used.Dr. Stephen Henson2001-06-191-1/+0
* Fix a memory leak (there's another around here somewhere, though).Ben Laurie2001-06-171-10/+29
* Delete a redundant line.Ben Laurie2001-06-161-1/+0
* For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller2001-06-111-2/+7
* Get rid of "possible WAW dependency" warnings.Andy Polyakov2001-06-111-0/+5
* Earlier OpenSSL versions printed prompts to stderr.Bodo Möller2001-06-111-38/+39
* Initialize UI ex_data.Dr. Stephen Henson2001-06-111-1/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-1111-162/+88
* more error codes fixedUlf Möller2001-06-081-3/+2
* ERR_peek_error() returns "unsigned long".Lutz Jänicke2001-06-071-1/+2
* Don't forget to initialise.Richard Levitte2001-06-061-0/+2
* when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller2001-06-061-10/+11
* move check to avoid memory leak.Ulf Möller2001-06-061-8/+8
* make sure we don't write to seed[-1]Ulf Möller2001-06-061-0/+5
* 'make update'Richard Levitte2001-06-058-160/+209
* Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte2001-06-052-2/+4
* A good use of the UI interface is as a password callback replacementRichard Levitte2001-06-053-0/+26
* Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte2001-06-041-1/+1
* Confusion between algorithms resolved.Richard Levitte2001-06-012-2/+2
* nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte2001-06-011-3/+3