2000-06-23 |
Geoff Thorpe | Steve fixed up some strange errors introduced into... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Bodo Möller | Actually comment out the parts of BN_MOD_MUL_WORD that... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Bodo Möller | In BN_mod_exp_mont_word, avoid one application of BN_MO... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Move add_oid_section to apps.c, so it can be shared... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Document the change in req. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Change req so the new parameter '-rand file' uses the... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | On case-insensitive systems, the 'install' target gets... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Move the certificate and key loading functions to apps... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Forgot the self-documentation within req. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Document the change in req. |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Richard Levitte | Small change to accept the command line parameter ... |
commit | commitdiff | tree | snapshot |
2000-06-22 |
Dr. Stephen... | Change mkstack.pl so it now sorts each group |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Ulf Möller | use faster version |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Geoff Thorpe | * This adds some checking to the 'dlfcn' DSO_METHOD... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Dr. Stephen... | Fixes for Win32 build. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Dr. Stephen... | Handle ASN1_SET_OF and PKCS12_STACK_OF using function |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Geoff Thorpe | 'make update' |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bodo Möller | Avoid unnecessary links and incomplete program file... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Richard Levitte | 'make update' |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Richard Levitte | Add the missing callback pointer handling functions. |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Richard Levitte | The dynamic thread API changed, and so does the documen... |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Bodo Möller | Add OPENSSL_free at the end of CRYPTO_destroy_dynlockid. |
commit | commitdiff | tree | snapshot |
2000-06-19 |
Richard Levitte | Redo the support for dynamic locks. First of all,... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Richard Levitte | With the new stack hack macros, there's no need to... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Richard Levitte | Modifications for VMS. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Richard Levitte | Add support for dynamically created and destroyed mutex... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Richard Levitte | First of all, with the current macros, we should never... |
commit | commitdiff | tree | snapshot |
2000-06-17 |
Bodo Möller | Using speaking "variable" names in macros so that e... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Dr. Stephen... | Safe stack reorganisation in terms of function casts. |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Richard Levitte | Change to have a single library that works on both... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Bodo Möller | typo |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Bodo Möller | In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Bodo Möller | There are compilers that complain if a variable has... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Geoff Thorpe | Currently the DSO_METHOD interface has one entry point... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dr. Stephen... | Add support for the modified SGC key format used in... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Richard Levitte | This seems to work better with enums... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Richard Levitte | Make sure that bs is not getting free'd again. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Richard Levitte | Add info on what some other people are currently workin... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Bodo Möller | Report "error" (usually just "File exists", which is... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bodo Möller | This probably fixes a BN_rshift bug. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bodo Möller | Use BN_CTX_end when exiting early from BN_mod_exp_mont_... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Geoff Thorpe | The atalla functionality doesn't work with the "word... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Geoff Thorpe | Enable DSO support on alpha (OSF1), cc and gcc. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ulf Möller | protoypes |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Ulf Möller | typo |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Dr. Stephen... | Fix evp_locl.h macros. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Dr. Stephen... | Make EVP_SealInit() and EVP_OpenInit() check EVP_Encryp... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Dr. Stephen... | Document EVP routines. Change EVP_SealInit() and EVP_Op... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Bodo Möller | In longer tests with g=2, DH exchange does not become... |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Bodo Möller | BN_mod_exp_mont_word entry: |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Bodo Möller | Comment about bcopy on SunOS 4.x. |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Richard Levitte | Using checks of the existence of HEADER_{foo}_H in... |
commit | commitdiff | tree | snapshot |
2000-06-09 |
Bodo Möller | Comment for increased code clarity. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Another attempt to allow compiling on SunOS 4.*. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Harmonize indentation. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Accept -F4 option in lower case, which is what the... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont), |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Add entry that Richard forgot. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Bodo Möller | Use the equivalent of a sliding window (without precomp... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Bodo Möller | Speed up DH with small generator. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Bodo Möller | No need to abort if c_rehash fails here (e.g. because... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Bodo Möller | use consistent indentation |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Ulf Möller | Option "no-symlinks" to configure without creating... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Andy Polyakov | Compaq C warns that "the expression 'p=scan_esc(p)... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Andy Polyakov | MT-support for IRIX 6.x and Alpha-Linux |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Ulf Möller | Increased consideration for stupid Linux users. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Andy Polyakov | GCC 2.95.2 from IRIX 6.5 -mabi=64 compiler bug workarou... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Bodo Möller | int may be smaller than 32 bits. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Richard Levitte | According to Gordon Atwood <gordon@cs.ualberta.ca>... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Richard Levitte | According to Gordon Atwood <gordon@cs.ualberta.ca>... |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Richard Levitte | Typo... |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Ulf Möller | CygWin32 support. |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Ulf Möller | Yet another bc FAQ. |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Ben Laurie | EVP constification. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Ulf Möller | Use NO_FP_API. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Ulf Möller | Don't include <stdlib.h>. In the NO_FP_API case, don... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Richard Levitte | Small documentation bug, probably a cut'n'paste, corrected. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Ulf Möller | Bug fix for 64 bit HP-UX. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Richard Levitte | Small fix to enable reading from stdin as well. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Geoff Thorpe | "make update" + stripping the type-specific stack funct... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Geoff Thorpe | This change will cause builds (by default) to not use... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Geoff Thorpe | The previous commit to crypto/stack/*.[ch] pulled the... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Geoff Thorpe | This is the first of two commits (didn't want to dump... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Ulf Möller | is needed. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | typo |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | dh and gendh have been obsoleted by dhparam. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Ulf Möller | #include <stdio.h> not needed. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Ulf Möller | #include <stdlib.h> is not needed. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Richard Levitte | Result of "make update" |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Richard Levitte | This seems to become a FAQ... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Geoff Thorpe | sk_***_new_null() seems to be there to avoid exactly... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Geoff Thorpe | sk_value was also suffering from de-const-ification. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Richard Levitte | config can now detect ARM Linux automagically. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | strtoul is not used anywhere. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solar... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Geoff Thorpe | All the little functions created by the IMPLEMENT_STACK... |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | Move Windows seeding functions into a separate file. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Bodo Möller | Add "FIXME" comment. |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Bodo Möller | Improve PRNG robustness. |
commit | commitdiff | tree | snapshot |
next |