summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-07-09A better compromise between encrypt and decrypt (but why isn't it as fastBen Laurie
2001-07-08Handle the common case first (where input size is a multiple of block size).Ben Laurie
2001-07-08Use & instead of % - worth about 4% for 8 byte blocks.Ben Laurie
2001-07-08Correct const-ness.Ben Laurie
2001-07-06Remove unnecessary casts.Ben Laurie
2001-07-06Constification.Ben Laurie
2001-07-05Use one address consistently.Richard Levitte
2001-07-05Change info to correct values.Richard Levitte
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-07-04Update nCipher header with more liberal licence.Ben Laurie
2001-07-02Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte
2001-07-02[Forgotten commits?]Richard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
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