2000-11-18 |
Richard Levitte | Remove two bn_wexpand() from BN_mul(), which is a step... |
blob | commitdiff | raw |
2000-11-17 |
Bodo Möller | Improve usability of 'openssl passwd' by including |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Richard Levitte | Remove references to RSAref. The glue library is but... |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Richard Levitte | shl_load() also needs to load along a path given through an |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Document recent constifications. |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | As a consequence of the BIGNUM constification, the... |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Make all engines available in the openssl application. |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
blob | commitdiff | raw | diff to current |
2000-11-06 |
Richard Levitte | Make sure that shared libraries get the internal name... |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Richard Levitte | Change the engine library so the application writer... |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Richard Levitte | 'openssl engine' can now list engine capabilities.... |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Richard Levitte | Better error reporting in 'openssl engine' |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Bodo Möller | Never call load_dh_param(NULL) because this leads to... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Richard Levitte | Add application to enumerate, list and test engines... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Richard Levitte | Add support for shared libraries under Irix. |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Richard Levitte | Improvements to openssl.spec. |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Richard Levitte | Add configuration option to build on Linux on both... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
Richard Levitte | Document the change. |
blob | commitdiff | raw | diff to current |
2000-10-27 |
Richard Levitte | Document the OCSP addition. |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Ulf Möller | . |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Geoff Thorpe | Add a note about the recent DSO changes in CHANGES. BEFORE_engine |
blob | commitdiff | raw | diff to current |
2000-10-21 |
Richard Levitte | Document |
blob | commitdiff | raw | diff to current |
2000-10-21 |
Richard Levitte | Add what's needed to get shared libraries on HP-UX. |
blob | commitdiff | raw | diff to current |
2000-10-21 |
Richard Levitte | Document the change to NCONF. |
blob | commitdiff | raw | diff to current |
2000-10-20 |
Dr. Stephen Henson | Fix for bug (?) in assembly language routines for SHA1... |
blob | commitdiff | raw | diff to current |
2000-10-14 |
Dr. Stephen Henson | Fix for typo in certificate directory lookup code. |
blob | commitdiff | raw | diff to current |
2000-10-14 |
Richard Levitte | The experimental Rijndael code moved to the main trunk. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Richard Levitte | Rework the system to generate shared libraries: |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Dr. Stephen Henson | Make non blocking I/O work for accept BIOs. |
blob | commitdiff | raw | diff to current |
2000-10-06 |
Dr. Stephen Henson | More code for X509_print_ex() support. |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Dr. Stephen Henson | Global DirectoryString mask fix. |
blob | commitdiff | raw | diff to current |
2000-10-01 |
Richard Levitte | Document... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Bodo Möller | Note read_ahead-flag related fixes. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Richard Levitte | Document the change. |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Richard Levitte | Update the status and version number to 0.9.7-dev. |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Richard Levitte | Time to build the release. Bump the version info accor... |
blob | commitdiff | raw | diff to current |
2000-09-23 |
Ulf Möller | Add some missing info. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Bodo Möller | typo |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Bodo Möller | Avoid protocol rollback. |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Dr. Stephen Henson | Only use the new informational verify codes if we |
blob | commitdiff | raw | diff to current |
2000-09-21 |
Dr. Stephen Henson | Fix ASN1_TYPE bug. |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Richard Levitte | On VMS, stdout may very well lead to a file that is... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Bodo Möller | Totally remove the supposedly 'faster' variant in |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Bodo Möller | Clarification about Montgomery problem |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Bodo Möller | Document BN_mod_mul_montgomery bug; |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Dr. Stephen Henson | Work around for Netscape PKCS#7 signedData bug. |
blob | commitdiff | raw | diff to current |
2000-09-17 |
Bodo Möller | Rename new BIO_set_shutdown_wr macro to just BIO_shutdo... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Richard Levitte | A DSO method for VMS was missing, and I had the code... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Ulf Möller | Bug fix: Montgomery multiplication could produce result... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Richard Levitte | Add Damien Miller's RPM specification file with a few... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Richard Levitte | Add a number of documentation files, mostly for SSL... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Richard Levitte | Add a configuration for Sony News 4. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Ulf Möller | The other log message should have read "Note the DSA... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Ulf Möller | Not the DSA change. |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Bodo Möller | New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables... |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Ben Laurie | Document an old change. |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Richard Levitte | Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Dr. Stephen Henson | Two new PKCS#12 demo programs. |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Dr. Stephen Henson | Ugh, BIO_find_type() cannot be passed a NULL. |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Richard Levitte | Major hack of mkdef.pl. There should be no more need... |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Dr. Stephen Henson | Fix typo in rsautl. |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Dr. Stephen Henson | *BIG* verify code reorganisation. |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Dr. Stephen Henson | Keep a not of original encoding in certificate requests. |
blob | commitdiff | raw | diff to current |
2000-09-05 |
Bodo Möller | Mention fix in bio_lib.c. |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Bodo Möller | Consistency |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when prepr... |
blob | commitdiff | raw | diff to current |
2000-09-03 |
Dr. Stephen Henson | Add 'rsautl' low level RSA utility. |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Bodo Möller | QNX 4 support. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Ben Laurie | Add demo state machine. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Dr. Stephen Henson | Fix typo in i2d_ASN1_ENUMERATED |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Dr. Stephen Henson | Add support for 'other' PKCS#7 content types. |
blob | commitdiff | raw | diff to current |
2000-08-22 |
Dr. Stephen Henson | Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c |
blob | commitdiff | raw | diff to current |
2000-08-21 |
Dr. Stephen Henson | Various fixes... |
blob | commitdiff | raw | diff to current |
2000-08-18 |
Richard Levitte | Assar wanted an address change. |
blob | commitdiff | raw | diff to current |
2000-08-18 |
Richard Levitte | Added BIO_vprintf() and BIO_vsnprintf(). The former... |
blob | commitdiff | raw | diff to current |
2000-08-17 |
Richard Levitte | Document the added diversity to the possible log levels. |
blob | commitdiff | raw | diff to current |
2000-08-17 |
Richard Levitte | Document the reconfiguratoin option for Configure. |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Richard Levitte | MD4 implemented. Assar Westerlund provided the digest... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Richard Levitte | The pkcs12 had no way of getting a CA file or path... |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Dr. Stephen Henson | Fix for bad sorting of object names. |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Dr. Stephen Henson | Changes needed for Tandem NSK, supplied by Scott Uroff... |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Bodo Möller | Document rollback issues. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Bodo Möller | Fix SSL 2.0 rollback checking: The previous implementat... |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Dr. Stephen Henson | New ASN1_STRING_print_ex() and X509_NAME_print_ex() |
blob | commitdiff | raw | diff to current |
2000-07-27 |
Richard Levitte | Add the possibility to get hexdumps of unprintable... |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Dr. Stephen Henson | Make NEG_PUBKEY_BUG on by default. |
blob | commitdiff | raw | diff to current |
2000-07-21 |
Bodo Möller | crypto/err.c bugfix |
blob | commitdiff | raw | diff to current |
2000-07-21 |
Richard Levitte | Redo and enhance the support for building shared librar... |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ulf Möller | Randomness polling function for Win9x. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Dr. Stephen Henson | Make req seed the PRNG if signing with |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Dr. Stephen Henson | Fix some typose in the i2d/d2i functions that |
blob | commitdiff | raw | diff to current |
2000-07-07 |
Dr. Stephen Henson | New ASN1 functions that just deal with |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Richard Levitte | Document the change. |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Richard Levitte | Undo the changes I just made. I'm not sure what I... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Richard Levitte | Document my latest changes. |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Bodo Möller | BSD-style MD5-based password algorithm in 'openssl... |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Richard Levitte | Document the change in req. |
blob | commitdiff | raw | diff to current |
2000-06-22 |
Richard Levitte | Document the change in req. |
blob | commitdiff | raw | diff to current |
next |