summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-26Another empty X509_NAME fix.Dr. Stephen Henson
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson
2001-06-26DSA verification should insist that r and s are in the allowed range.Bodo Möller
2001-06-25Make get_ip() a bit more strict in it's parsing of IP addresses, andRichard Levitte
2001-06-25Translate into valid C (don't call functions with wrong prototypes).Bodo Möller
2001-06-24Make sure we don't return 0 on error.Richard Levitte
2001-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte
2001-06-23Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Do not loop i the OpenSSL UI method any more. Instead, lettheRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte
2001-06-23New error printing function that gives the possibility to print theRichard Levitte
2001-06-23Include the UI error strings.Richard Levitte
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson
2001-06-22This fixes "Spurious test failures on IRIX?" reported in April. ApparentlyAndy Polyakov
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-19cp is only used when DSA is built.Richard Levitte
2001-06-19- Add the possibility to control engines through control names butRichard Levitte
2001-06-19The default flag should be for default passwords only. Otherwise,Richard Levitte
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte
2001-06-19Don't set pointer if add_lock_callback used.Dr. Stephen Henson
2001-06-17Fix a memory leak (there's another around here somewhere, though).Ben Laurie
2001-06-16Delete a redundant line.Ben Laurie
2001-06-11For MSDOS, the tty filename still is "con", not "/dev/tty" ...Bodo Möller
2001-06-11Get rid of "possible WAW dependency" warnings.Andy Polyakov
2001-06-11Earlier OpenSSL versions printed prompts to stderr.Bodo Möller
2001-06-11Initialize UI ex_data.Dr. Stephen Henson
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-06-08more error codes fixedUlf Möller
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke
2001-06-06Don't forget to initialise.Richard Levitte
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller
2001-06-06move check to avoid memory leak.Ulf Möller
2001-06-06make sure we don't write to seed[-1]Ulf Möller
2001-06-05'make update'Richard Levitte
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte
2001-06-04Accept digits in symbol names. Spotted by Brian Havard <brianh@kheldar.apana...Richard Levitte
2001-06-01Confusion between algorithms resolved.Richard Levitte
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte
2001-06-01Stop mishandling the type number in dynlock lockingRichard Levitte
2001-06-01increase DEFAULT_BUFFER_SIZE (4K instead of just 1K)Bodo Möller
2001-05-31Don't decrement the reference counter twice when destroying dynamicRichard Levitte