2000-06-20 |
Geoff Thorpe | 'make update' |
tree | commitdiff |
2000-06-19 |
Bodo Möller | Avoid unnecessary links and incomplete program file... |
tree | commitdiff |
2000-06-19 |
Richard Levitte | Add the missing callback pointer handling functions. |
tree | commitdiff |
2000-06-19 |
Bodo Möller | Add OPENSSL_free at the end of CRYPTO_destroy_dynlockid. |
tree | commitdiff |
2000-06-19 |
Richard Levitte | Redo the support for dynamic locks. First of all,... |
tree | commitdiff |
2000-06-18 |
Richard Levitte | Modifications for VMS. |
tree | commitdiff |
2000-06-18 |
Richard Levitte | Add support for dynamically created and destroyed mutex... |
tree | commitdiff |
2000-06-17 |
Bodo Möller | Using speaking "variable" names in macros so that e... |
tree | commitdiff |
2000-06-16 |
Dr. Stephen Henson | Safe stack reorganisation in terms of function casts. |
tree | commitdiff |
2000-06-16 |
Richard Levitte | Change to have a single library that works on both... |
tree | commitdiff |
2000-06-16 |
Bodo Möller | typo |
tree | commitdiff |
2000-06-16 |
Bodo Möller | In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_... |
tree | commitdiff |
2000-06-16 |
Bodo Möller | There are compilers that complain if a variable has... |
tree | commitdiff |
2000-06-16 |
Geoff Thorpe | Currently the DSO_METHOD interface has one entry point... |
tree | commitdiff |
2000-06-15 |
Dr. Stephen Henson | Add support for the modified SGC key format used in... |
tree | commitdiff |
2000-06-15 |
Richard Levitte | Make sure that bs is not getting free'd again. |
tree | commitdiff |
2000-06-13 |
Bodo Möller | This probably fixes a BN_rshift bug. |
tree | commitdiff |
2000-06-13 |
Bodo Möller | Use BN_CTX_end when exiting early from BN_mod_exp_mont_... |
tree | commitdiff |
2000-06-13 |
Geoff Thorpe | The atalla functionality doesn't work with the "word... |
tree | commitdiff |
2000-06-13 |
Geoff Thorpe | Enable DSO support on alpha (OSF1), cc and gcc. |
tree | commitdiff |
2000-06-12 |
Ulf Möller | protoypes |
tree | commitdiff |
2000-06-11 |
Dr. Stephen Henson | Fix evp_locl.h macros. |
tree | commitdiff |
2000-06-11 |
Dr. Stephen Henson | Make EVP_SealInit() and EVP_OpenInit() check EVP_Encryp... |
tree | commitdiff |
2000-06-11 |
Dr. Stephen Henson | Document EVP routines. Change EVP_SealInit() and EVP_Op... |
tree | commitdiff |
2000-06-09 |
Richard Levitte | Using checks of the existence of HEADER_{foo}_H in... |
tree | commitdiff |
2000-06-09 |
Bodo Möller | Comment for increased code clarity. |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Harmonize indentation. |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont), |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Use the equivalent of a sliding window (without precomp... |
tree | commitdiff |
2000-06-07 |
Bodo Möller | Speed up DH with small generator. |
tree | commitdiff |
2000-06-06 |
Andy Polyakov | Compaq C warns that "the expression 'p=scan_esc(p)... |
tree | commitdiff |
2000-06-05 |
Andy Polyakov | GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workarou... |
tree | commitdiff |
2000-06-05 |
Bodo Möller | int may be smaller than 32 bits. |
tree | commitdiff |
2000-06-04 |
Richard Levitte | According to Gordon Atwood <gordon@cs.ualberta.ca>... |
tree | commitdiff |
2000-06-03 |
Ben Laurie | EVP constification. |
tree | commitdiff |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
tree | commitdiff |
2000-06-01 |
Ulf Möller | Use NO_FP_API. |
tree | commitdiff |
2000-06-01 |
Ulf Möller | Don't include <stdlib.h>. In the NO_FP_API case, don... |
tree | commitdiff |
2000-06-01 |
Ulf Möller | Bug fix for 64 bit HP-UX. |
tree | commitdiff |
2000-06-01 |
Geoff Thorpe | "make update" + stripping the type-specific stack funct... |
tree | commitdiff |
2000-06-01 |
Geoff Thorpe | This change will cause builds (by default) to not use... |
tree | commitdiff |
2000-06-01 |
Geoff Thorpe | The previous commit to crypto/stack/*.[ch] pulled the... |
tree | commitdiff |
2000-06-01 |
Geoff Thorpe | This is the first of two commits (didn't want to dump... |
tree | commitdiff |
2000-06-01 |
Ulf Möller | is needed. |
tree | commitdiff |
2000-05-31 |
Ulf Möller | #include <stdio.h> not needed. |
tree | commitdiff |
2000-05-31 |
Ulf Möller | #include <stdlib.h> is not needed. |
tree | commitdiff |
2000-05-31 |
Geoff Thorpe | sk_***_new_null() seems to be there to avoid exactly... |
tree | commitdiff |
2000-05-31 |
Geoff Thorpe | sk_value was also suffering from de-const-ification. |
tree | commitdiff |
2000-05-31 |
Geoff Thorpe | All the little functions created by the IMPLEMENT_STACK... |
tree | commitdiff |
2000-05-31 |
Bodo Möller | Move Windows seeding functions into a separate file. |
tree | commitdiff |
2000-05-31 |
Bodo Möller | Add "FIXME" comment. |
tree | commitdiff |
2000-05-30 |
Bodo Möller | Improve PRNG robustness. |
tree | commitdiff |
2000-05-30 |
Dr. Stephen Henson | More EVP cipher revision. |
tree | commitdiff |
2000-05-30 |
Dr. Stephen Henson | Fourth phase EVP revision. |
tree | commitdiff |
2000-05-30 |
Dr. Stephen Henson | Fourth phase EVP revision. |
tree | commitdiff |
2000-05-29 |
Geoff Thorpe | another warning. |
tree | commitdiff |
2000-05-29 |
Geoff Thorpe | It seems that mktime does what is required here. Certai... |
tree | commitdiff |
2000-05-29 |
Geoff Thorpe | This declaration seems to have been added into the... |
tree | commitdiff |
2000-05-29 |
Geoff Thorpe | oops. |
tree | commitdiff |
2000-05-28 |
Dr. Stephen Henson | Third phase of EVP cipher overhaul. |
tree | commitdiff |
2000-05-27 |
Dr. Stephen Henson | Second phase of EVP cipher overhaul. |
tree | commitdiff |
2000-05-26 |
Dr. Stephen Henson | Beginnings of EVP cipher overhaul. This should eventually |
tree | commitdiff |
2000-05-24 |
Dr. Stephen Henson | Add DSA library string. Workaround for IIS .key file... |
tree | commitdiff |
2000-05-21 |
Ben Laurie | Yet more typesafety. |
tree | commitdiff |
2000-05-19 |
Bodo Möller | Fix "FIXME" indentation :-) |
tree | commitdiff |
2000-05-19 |
Bodo Möller | Add "FIXME" comment, and adjust the indentation. |
tree | commitdiff |
2000-05-18 |
Dr. Stephen Henson | Fix c_rehash script, add -fingerprint option to crl. |
tree | commitdiff |
2000-05-17 |
Ben Laurie | Typesafety Thought Police last part. |
tree | commitdiff |
2000-05-17 |
Ben Laurie | Typesafety Thought Police part 5. |
tree | commitdiff |
2000-05-16 |
Ben Laurie | Typesafe Thought Police part 4. |
tree | commitdiff |
2000-05-16 |
Ben Laurie | Typesafety Thought Police part 3. |
tree | commitdiff |
2000-05-16 |
Ben Laurie | Typesafety Thought Police Part 2. |
tree | commitdiff |
2000-05-15 |
Ulf Möller | Get rid of more non-ANSI declarations. |
tree | commitdiff |
2000-05-15 |
Ulf Möller | prototype. |
tree | commitdiff |
2000-05-15 |
Ulf Möller | Make sure that NO-RSA applications etc can include... |
tree | commitdiff |
2000-05-15 |
Ulf Möller | MacOS changes. |
tree | commitdiff |
2000-05-14 |
Ben Laurie | Allow UTCTIME objects to be retrieved. Check for immine... |
tree | commitdiff |
2000-05-11 |
Bodo Möller | When open()ing 'file' in RAND_write_file, don't use... |
tree | commitdiff |
2000-05-04 |
Dr. Stephen Henson | Fix for SSL server purpose checking |
tree | commitdiff |
2000-05-04 |
Dr. Stephen Henson | Make PKCS#12 code handle missing passwords. |
tree | commitdiff |
2000-05-02 |
Richard Levitte | Initialise. |
tree | commitdiff |
2000-05-02 |
Richard Levitte | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm... |
tree | commitdiff |
2000-05-02 |
Richard Levitte | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm... |
tree | commitdiff |
2000-05-02 |
Richard Levitte | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm... |
tree | commitdiff |
2000-05-01 |
Bodo Möller | Add missing #include. |
tree | commitdiff |
2000-04-29 |
Bodo Möller | Avoid leaking memory in thread_hash (and enable memory... |
tree | commitdiff |
2000-04-26 |
Richard Levitte | Use CONFerr, not RSAerr, in the conf library... |
tree | commitdiff |
2000-04-26 |
Richard Levitte | Clarifications and removal of double declaration... |
tree | commitdiff |
2000-04-25 |
Geoff Thorpe | This case in the "dso_unload" handlers should not be... |
tree | commitdiff |
2000-04-20 |
Geoff Thorpe | The handling of DSA_METHOD and DH_METHOD wasn't quite... |
tree | commitdiff |
2000-04-20 |
Geoff Thorpe | Previously, the default RSA_METHOD was NULL until the... |
tree | commitdiff |
2000-04-19 |
Geoff Thorpe | This change facilitates name translation for shared... |
tree | commitdiff |
2000-04-14 |
Bodo Möller | Ignore lib and Makefile.save. |
tree | commitdiff |
2000-04-14 |
Bodo Möller | New function ERR_error_string_n. |
tree | commitdiff |
2000-04-09 |
Richard Levitte | "make update" |
tree | commitdiff |
2000-04-09 |
Richard Levitte | I've always wanted to make the CONF library more adapta... |
tree | commitdiff |
2000-04-06 |
Geoff Thorpe | Constification, and a silly mistake in the comments. |
tree | commitdiff |
2000-04-06 |
Geoff Thorpe | This helps make the DSO stuff more portable; |
tree | commitdiff |
2000-04-04 |
Geoff Thorpe | This commit ties the new DSO code (crypto/dso/) into... |
tree | commitdiff |
2000-04-04 |
Geoff Thorpe | This is a set of startup code for the DSO support,... |
tree | commitdiff |
next |