2000-08-14 |
Richard Levitte | MD4 implemented. Assar Westerlund provided the digest... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Richard Levitte | Memory leaks fix. It now looks like all memory leaks... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Richard Levitte | Memory leaks fix. There seems to be more in other... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Richard Levitte | The pkcs12 had no way of getting a CA file or path... |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Richard Levitte | Abdelilah Essiari <aes@george.lbl.gov> reports that... |
commit | commitdiff | tree | snapshot |
2000-08-10 |
Richard Levitte | Duplicate names detected... |
commit | commitdiff | tree | snapshot |
2000-08-08 |
Richard Levitte | Make sure that 'initialized' is zeroed as well when... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Dr. Stephen... | Fix for bad sorting of object names. |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Richard Levitte | For n > 7, we might get uninitialized (unzeroed) data. |
commit | commitdiff | tree | snapshot |
2000-08-04 |
Dr. Stephen... | Changes needed for Tandem NSK, supplied by Scott Uroff... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Richard Levitte | On Unicos, shorts are 8 bytes, so instead, use a struct... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Richard Levitte | On Unicos, openlog() isn't constified, so let's not... |
commit | commitdiff | tree | snapshot |
2000-08-03 |
Richard Levitte | Unicos doesn't have sys/timeb.h. Fix it by defining... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | *mumble* unicos 10.0.0.3 with Cray Standard C Version... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Bodo Möller | Include SKIP DH parameters with OpenSSL. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | Added and corrected documentation for the 'shared'... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | We've now covered the shared library support for Solari... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | It's probably a good idea to make the shared libraries... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | "make update" |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | I had completely forgotten that print_table_entry also... |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | Add support for shared libraries on Solaris. |
commit | commitdiff | tree | snapshot |
2000-08-02 |
Richard Levitte | A few corrections with the shared library support: |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Richard Levitte | Make it so we can dynamically enable memory allocation... |
commit | commitdiff | tree | snapshot |
2000-08-01 |
Richard Levitte | Remove casts that are no longer needed. |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Richard Levitte | If a ip address is successfully parsed, the WSA structu... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Bodo Möller | Update 'openssl passwd' documentation on selection... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Dr. Stephen... | Document the new DN printing options. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bodo Möller | Document rollback issues. |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Bodo Möller | Fix SSL 2.0 rollback checking: The previous implementat... |
commit | commitdiff | tree | snapshot |
2000-07-28 |
Dr. Stephen... | New ASN1_STRING_print_ex() and X509_NAME_print_ex() |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Richard Levitte | There's a slight possibility that a is 0 in BN_sub_word... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Richard Levitte | In the case where a < 0 and |a| < w, the result (assign... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Richard Levitte | Looks like Win32 builds do not define THREADS. However... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Richard Levitte | Add the possibility to get hexdumps of unprintable... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Dr. Stephen... | Fix a bug in the new i2d_{ENUMERATED,INTEGER} that |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Levitte | When data are written out in very small blocks (less... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Levitte | There's a deadlock when ssleay_rand_bytes is called... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Dr. Stephen... | Fix warnings. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Dr. Stephen... | Make NEG_PUBKEY_BUG on by default. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Richard Levitte | Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Richard Levitte | Avoid a race condition if another thread happens to... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | Add support for solaris shared libraries, currently... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | Avoid loops, and make sure that it's possible to still... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | This isn't entirely necessary if you do everything... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | "make update" |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | Add a note on installation under Win32. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Richard Levitte | Show the running line count and definition cont in... |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Ulf Möller | Profiling option for mk1mf.pl |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Bodo Möller | crypto/err.c bugfix |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Richard Levitte | Redo and enhance the support for building shared librar... |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Bodo Möller | Bugfix: use write locks, not just read locks |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Richard Levitte | We do PKCS8 as well |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Ulf Möller | oops. |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Ulf Möller | don't print debug output |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Ulf Möller | Move RNG initialization to RAND_poll(), and shared... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Ulf Möller | Randomness polling function for Win9x. |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Bodo Möller | Document -purpose option in usage string. |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Dr. Stephen... | Make req seed the PRNG if signing with |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Richard Levitte | FAQ about ar "missing" on Solaris. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Bodo Möller | Add an early reference to BN_CTX_new so that the usage... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Dr. Stephen... | Fix some typose in the i2d/d2i functions that |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Richard Levitte | Corrected small bug that could add ',L' when it shouldn't |
commit | commitdiff | tree | snapshot |
2000-07-07 |
Dr. Stephen... | New ASN1 functions that just deal with |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Richard Levitte | More experiments show that you can set your data segmen... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Richard Levitte | Change the FAQ entry a bit, giving the details as I... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Richard Levitte | Document the change. |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Richard Levitte | I got sick and tired of having to keep track of NIDs... |
commit | commitdiff | tree | snapshot |
2000-07-05 |
Richard Levitte | Beautification |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Richard Levitte | Add a blurb on how to solve the problem with failing... |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Ulf Möller | Add PRNGD link. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Dr. Stephen... | Update STATUS. |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Bodo Möller | Return bignum '0' when BN_rand is asked for a 0 bit... |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Bodo Möller | Fix code structure (if ... else if ... where both parts |
commit | commitdiff | tree | snapshot |
2000-07-02 |
Bodo Möller | Don't dereference NULL pointers. |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Ben Laurie | Don't let top go below zero! |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Ben Laurie | Use up-to-date functions. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Richard Levitte | Give the user the option to measure real time instead... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | Undo the changes I just made. I'm not sure what I... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | Document my latest changes. |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | Make it possible for users of the openssl applications... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | Make it possible for people to tell where the EGD socke... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | That's it, I've seen questions about this one time... |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Richard Levitte | Make sure we use /usr/sbin/sysctl, especially since... |
commit | commitdiff | tree | snapshot |
2000-06-26 |
Richard Levitte | Added references to RFCs 1421 to 1424, that describe... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Bodo Möller | BSD-style MD5-based password algorithm in 'openssl... |
commit | commitdiff | tree | snapshot |
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 |
next |