2001-10-04 |
Richard Levitte | Because there's chances we clash with the system's... |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | "make update". |
tree | commitdiff |
2001-09-25 |
Geoff Thorpe | This commits changes to various parts of libcrypto... |
tree | commitdiff |
2001-09-10 |
Geoff Thorpe | make update |
tree | commitdiff |
2001-09-10 |
Bodo Möller | copyright |
tree | commitdiff |
2001-09-07 |
Bodo Möller | The various hash #includes in rand_lcl.h *are* needed... |
tree | commitdiff |
2001-09-07 |
Ben Laurie | Now need sha.h for some reason. |
tree | commitdiff |
2001-09-07 |
Ulf Möller | make engine file names unique in 8.3 |
tree | commitdiff |
2001-09-06 |
Ulf Möller | include the proper header file |
tree | commitdiff |
2001-08-05 |
Ben Laurie | Start to reduce some of the header bloat. |
tree | commitdiff |
2001-08-03 |
Ben Laurie | Header bloat reduction for EVP_PKEY. |
tree | commitdiff |
2001-07-31 |
Richard Levitte | make update |
tree | commitdiff |
2001-07-30 |
Ben Laurie | Really add the EVP and all of the DES changes. |
tree | commitdiff |
2001-07-25 |
Bodo Möller | md_rand.c thread safety |
tree | commitdiff |
2001-07-24 |
Bodo Möller | Avoid race condition. |
tree | commitdiff |
2001-07-10 |
Richard Levitte | make update |
tree | commitdiff |
2001-07-10 |
Richard Levitte | EVP_Digest() takes one more parameter. |
tree | commitdiff |
2001-07-10 |
Bodo Möller | Fix PRNG. |
tree | commitdiff |
2001-07-02 |
Richard Levitte | [Forgotten commits?] |
tree | commitdiff |
2001-07-01 |
Richard Levitte | Changes to have OpenSSL compile on OS/2. |
tree | commitdiff |
2001-06-23 |
Richard Levitte | make update |
tree | commitdiff |
2001-06-21 |
Dr. Stephen Henson | Fix memory leak when RAND is used: need to cleanup |
tree | commitdiff |
2001-06-19 |
Dr. Stephen Henson | Change all calls to low level digest routines in the... |
tree | commitdiff |
2001-06-07 |
Lutz Jänicke | ERR_peek_error() returns "unsigned long". |
tree | commitdiff |
2001-06-05 |
Richard Levitte | 'make update' |
tree | commitdiff |
2001-05-15 |
Lutz Jänicke | Increase ENTROPY_NEEDED to support Rijndael's larger... |
tree | commitdiff |
2001-05-15 |
Richard Levitte | Do not forget to increment the pointers... |
tree | commitdiff |
2001-05-15 |
Richard Levitte | Low-case the names of the system routines, since some... |
tree | commitdiff |
2001-05-14 |
Richard Levitte | Make it so the compiler doesn't inform me about the... |
tree | commitdiff |
2001-05-13 |
Richard Levitte | A randomizer for OpenVMS, using the statistics that... |
tree | commitdiff |
2001-05-06 |
Richard Levitte | make update |
tree | commitdiff |
2001-05-03 |
Richard Levitte | Some platforms (most notably Windows) do not have a... |
tree | commitdiff |
2001-04-30 |
Geoff Thorpe | In RSA, DSA, DH, and RAND - if the "***_new()" function... |
tree | commitdiff |
2001-04-18 |
Bodo Möller | fix md_rand.c locking bugs |
tree | commitdiff |
2001-04-18 |
Geoff Thorpe | Some more tweaks from ENGINE code. |
tree | commitdiff |
2001-04-17 |
Geoff Thorpe | 'make update' |
tree | commitdiff |
2001-04-03 |
Bodo Möller | Make sure OPENSSL_SYS_... is defined when we need it. |
tree | commitdiff |
2001-03-24 |
Richard Levitte | make update |
tree | commitdiff |
2001-03-21 |
Richard Levitte | Use stdlib.h to get size_t. |
tree | commitdiff |
2001-03-18 |
Richard Levitte | New cofiguration for Unixwre and SCO,with slightly... |
tree | commitdiff |
2001-03-15 |
Bodo Möller | error codes are longs, not ints |
tree | commitdiff |
2001-03-10 |
Dr. Stephen Henson | Typo. |
tree | commitdiff |
2001-03-09 |
Bodo Möller | Instead of telling both 'make' and the user that ranlib |
tree | commitdiff |
2001-03-08 |
Ulf Möller | old MSVC versions don't have rdtsc |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Move ec.h to ec2.h because it is not compatible with... |
tree | commitdiff |
2001-02-26 |
Richard Levitte | make update |
tree | commitdiff |
2001-02-22 |
Bodo Möller | undo previous change: "e_os.h" is now the official... |
tree | commitdiff |
2001-02-22 |
Bodo Möller | include e_os.h as "openssl/e_os.h" (as elsewhere) |
tree | commitdiff |
2001-02-22 |
Richard Levitte | e_os.h does not belong with the exported headers. ... |
tree | commitdiff |
2001-02-22 |
Richard Levitte | Since RAND_file_name() uses strlen, make sure the numbe... |
tree | commitdiff |
2001-02-20 |
Richard Levitte | Include OpenSSL header files earlier so macros like... |
tree | commitdiff |
2001-02-20 |
Richard Levitte | Use new-style system-id macros everywhere possible... |
tree | commitdiff |
2001-02-19 |
Richard Levitte | Make sure time() is properly declared. |
tree | commitdiff |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
tree | commitdiff |
2001-02-14 |
Ulf Möller | New function OPENSSL_issetugid(). Needs more work. |
tree | commitdiff |
2001-02-08 |
Ulf Möller | use <= instead of == |
tree | commitdiff |
2001-02-08 |
Ulf Möller | point out that RAND_load_file() etc are only for seed... |
tree | commitdiff |
2001-02-07 |
Lutz Jänicke | Modify access to EGD socket to deal with EINTR etc... |
tree | commitdiff |
2001-02-04 |
Ben Laurie | Make depend. |
tree | commitdiff |
2001-01-12 |
Bodo Möller | Disable RegQueryValueEx() call. |
tree | commitdiff |
2001-01-11 |
Dr. Stephen Henson | OCSP basic response verify. Very incomplete |
tree | commitdiff |
2001-01-09 |
Lutz Jänicke | Add automatic query of EGD sockets to RAND_poll().... |
tree | commitdiff |
2001-01-09 |
Lutz Jänicke | Don't cheat: when only getting several bytes from each... |
tree | commitdiff |
2001-01-08 |
Richard Levitte | Change RAND_poll for Unix to try a number of devices... |
tree | commitdiff |
2000-12-17 |
Bodo Möller | Simplify preprocessor statements. |
tree | commitdiff |
2000-12-16 |
Richard Levitte | Do not poll DEVRANDOM if weäre building without an... |
tree | commitdiff |
2000-11-29 |
Ulf Möller | fix for Borland C |
tree | commitdiff |
2000-11-12 |
Ulf Möller | in some new file names the first 8 characters were... |
tree | commitdiff |
2000-11-04 |
Ulf Möller | Set the CryptoAPI randomness estimate back to 0. |
tree | commitdiff |
2000-11-03 |
Ulf Möller | increase the value a bit |
tree | commitdiff |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
tree | commitdiff |
2000-10-10 |
Richard Levitte | Do a favor to those who get weird compiles and report... |
tree | commitdiff |
2000-09-25 |
Richard Levitte | 'ranlib' doesn't always run on some systems. That... |
tree | commitdiff |
2000-09-21 |
Richard Levitte | Changes by Jeffrey Altman <jaltman@columbia.edu> to... |
tree | commitdiff |
2000-09-18 |
Richard Levitte | Going through performance statistics sometimes generate... |
tree | commitdiff |
2000-09-18 |
Richard Levitte | cyclecount is only used when __GNUC__ isn't defined. |
tree | commitdiff |
2000-09-18 |
Richard Levitte | Disable the net statistics gathering code, since differ... |
tree | commitdiff |
2000-09-18 |
Richard Levitte | Jeffrey Altman reminds us to initialize some variables... |
tree | commitdiff |
2000-09-17 |
Richard Levitte | Jeffrey Altman <jaltman@columbia.edu> sent me a patch... |
tree | commitdiff |
2000-09-15 |
Richard Levitte | Later, Jeffrey changed his mind. Apparently, GetCursor... |
tree | commitdiff |
2000-09-15 |
Ulf Möller | Jeffrey Altman points out that GetQueueStatus() crashes... |
tree | commitdiff |
2000-09-14 |
Richard Levitte | Jeffrey Altman convinced me this patch was really neede... |
tree | commitdiff |
2000-09-13 |
Ulf Möller | Point to Peter Gutmann's revised paper. |
tree | commitdiff |
2000-09-13 |
Richard Levitte | 3 changes: |
tree | commitdiff |
2000-09-11 |
Richard Levitte | Don't include e_os.h before the system headers |
tree | commitdiff |
2000-09-11 |
Richard Levitte | A cast is needed or Borland C will complain. |
tree | commitdiff |
2000-09-07 |
Richard Levitte | 'make update' |
tree | commitdiff |
2000-08-08 |
Richard Levitte | Make sure that 'initialized' is zeroed as well when... |
tree | commitdiff |
2000-07-27 |
Richard Levitte | Looks like Win32 builds do not define THREADS. However... |
tree | commitdiff |
2000-07-26 |
Richard Levitte | There's a deadlock when ssleay_rand_bytes is called... |
tree | commitdiff |
2000-07-26 |
Dr. Stephen Henson | Fix warnings. |
tree | commitdiff |
2000-07-24 |
Richard Levitte | "make update" |
tree | commitdiff |
2000-07-21 |
Ulf Möller | oops. |
tree | commitdiff |
2000-07-21 |
Ulf Möller | don't print debug output |
tree | commitdiff |
2000-07-19 |
Ulf Möller | Move RNG initialization to RAND_poll(), and shared... |
tree | commitdiff |
2000-07-19 |
Ulf Möller | Randomness polling function for Win9x. |
tree | commitdiff |
2000-06-28 |
Richard Levitte | Undo the changes I just made. I'm not sure what I... |
tree | commitdiff |
2000-06-28 |
Richard Levitte | Make it possible for people to tell where the EGD socke... |
tree | commitdiff |
2000-06-28 |
Richard Levitte | That's it, I've seen questions about this one time... |
tree | commitdiff |
2000-06-21 |
Dr. Stephen Henson | Fixes for Win32 build. |
tree | commitdiff |
next |