2000-11-22 |
Richard Levitte | Addapt the VMS scripts to the changes in the Makefiles. |
tree | commitdiff |
2000-11-20 |
Ben Laurie | Better handling of EVP names, add EVP to speed. |
tree | commitdiff |
2000-11-17 |
Bodo Möller | Improve usability of 'openssl passwd' by including |
tree | commitdiff |
2000-11-12 |
Ulf Möller | in some new file names the first 8 characters were... |
tree | commitdiff |
2000-11-12 |
Ben Laurie | Make Rijndael work! Those long flights have some good... |
tree | commitdiff |
2000-11-08 |
Richard Levitte | Remove references to RSAref. The glue library is but... |
tree | commitdiff |
2000-11-06 |
Richard Levitte | The consequence of constification is that to pass the... |
tree | commitdiff |
2000-11-06 |
Richard Levitte | Make all engines available in the openssl application. |
tree | commitdiff |
2000-11-02 |
Richard Levitte | Change the engine library so the application writer... |
tree | commitdiff |
2000-11-02 |
Richard Levitte | 'openssl engine' can now list engine capabilities.... |
tree | commitdiff |
2000-11-02 |
Richard Levitte | Better error reporting in 'openssl engine' |
tree | commitdiff |
2000-11-02 |
Richard Levitte | make update |
tree | commitdiff |
2000-11-02 |
Bodo Möller | Never call load_dh_param(NULL) because this leads to... |
tree | commitdiff |
2000-11-01 |
Richard Levitte | -t is supported, so display some help about it. |
tree | commitdiff |
2000-11-01 |
Richard Levitte | Add application to enumerate, list and test engines... |
tree | commitdiff |
2000-10-31 |
Richard Levitte | Make flag variables int instead of char. This avoids... |
tree | commitdiff |
2000-10-28 |
Richard Levitte | Add the possibility to use keys handled by engines... |
tree | commitdiff |
2000-10-28 |
Richard Levitte | Small documentation change |
tree | commitdiff |
2000-10-27 |
Richard Levitte | NetBSD doesn't use ftime(). |
tree | commitdiff |
2000-10-27 |
Richard Levitte | The majority of the OCSP code from CertCo. |
tree | commitdiff |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
tree | commitdiff |
2000-10-26 |
Bodo Möller | rsautl.c requires RSA. |
tree | commitdiff |
2000-10-23 |
Bodo Möller | Don't ever set 'seeded' if RAND_status() returned 0 |
tree | commitdiff |
2000-10-21 |
Richard Levitte | There's no reason why app_RAND_load_file() should retur... |
tree | commitdiff |
2000-10-16 |
Dr. Stephen Henson | Update test server certificate in apps/server.pem ... |
tree | commitdiff |
2000-10-14 |
Richard Levitte | The experimental Rijndael code moved to the main trunk. |
tree | commitdiff |
2000-10-06 |
Dr. Stephen Henson | More code for X509_print_ex() support. |
tree | commitdiff |
2000-10-04 |
Dr. Stephen Henson | Global DirectoryString mask fix. |
tree | commitdiff |
2000-09-21 |
Richard Levitte | Oops, if the target only had USE_TOD, an error message... |
tree | commitdiff |
2000-09-21 |
Richard Levitte | Portability patch for HP MPE/iX. Submitted by Mark... |
tree | commitdiff |
2000-09-20 |
Richard Levitte | AIX doesn't like ftime() either. |
tree | commitdiff |
2000-09-20 |
Richard Levitte | On VMS, stdout may very well lead to a file that is... |
tree | commitdiff |
2000-09-19 |
Richard Levitte | BSDI only supports ftime() through libcompat, which... |
tree | commitdiff |
2000-09-19 |
Dr. Stephen Henson | Fix a typo in apps/pkcs12.c which was using the wrong... |
tree | commitdiff |
2000-09-19 |
Richard Levitte | FreeBSD only supports ftime() through libcompat, which... |
tree | commitdiff |
2000-09-18 |
Richard Levitte | ftime() is not supported on SGI. |
tree | commitdiff |
2000-09-17 |
Richard Levitte | Use sk_*_new_null() instead of sk_*_new(NULL), since... |
tree | commitdiff |
2000-09-17 |
Richard Levitte | siglen is unsigned, so comparing it to less than 0... |
tree | commitdiff |
2000-09-15 |
Richard Levitte | 'make update' |
tree | commitdiff |
2000-09-15 |
Richard Levitte | Move up inclusion of conf.h, so non-MONOLITH programs... |
tree | commitdiff |
2000-09-14 |
Richard Levitte | rsa_num2 is no longer used, so remove it. |
tree | commitdiff |
2000-09-12 |
Richard Levitte | Better error checking for RSA and DSA signature and... |
tree | commitdiff |
2000-09-11 |
Richard Levitte | DSA_verify() and DSA_sign() might return -1... |
tree | commitdiff |
2000-09-11 |
Richard Levitte | OpenBSD doesn't support timeb. |
tree | commitdiff |
2000-09-11 |
Richard Levitte | Last minute update, in time to make it to 0.9.6-beta1 |
tree | commitdiff |
2000-09-10 |
Richard Levitte | Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent... |
tree | commitdiff |
2000-09-09 |
Richard Levitte | More VMS synchronisation |
tree | commitdiff |
2000-09-08 |
Richard Levitte | Synchronise the VMS build with the Unix one. |
tree | commitdiff |
2000-09-08 |
Dr. Stephen Henson | Update verify docs. |
tree | commitdiff |
2000-09-07 |
Richard Levitte | 'make update' |
tree | commitdiff |
2000-09-06 |
Bodo Möller | Get rid of ASN1_UTCTIME_get, which cannot work with... |
tree | commitdiff |
2000-09-06 |
Bodo Möller | typo |
tree | commitdiff |
2000-09-06 |
Bodo Möller | Add OAEP. Seed the PRNG. |
tree | commitdiff |
2000-09-05 |
Dr. Stephen Henson | Fix typo in rsautl. |
tree | commitdiff |
2000-09-05 |
Dr. Stephen Henson | *BIG* verify code reorganisation. |
tree | commitdiff |
2000-09-05 |
Dr. Stephen Henson | Keep a not of original encoding in certificate requests. |
tree | commitdiff |
2000-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when prepr... |
tree | commitdiff |
2000-09-03 |
Dr. Stephen Henson | Add 'rsautl' low level RSA utility. |
tree | commitdiff |
2000-08-30 |
Dr. Stephen Henson | Fix typo in i2d_ASN1_ENUMERATED |
tree | commitdiff |
2000-08-24 |
Dr. Stephen Henson | New option to CA.pl to sign request using CA extensions. |
tree | commitdiff |
2000-08-21 |
Dr. Stephen Henson | Various fixes... |
tree | commitdiff |
2000-08-14 |
Richard Levitte | MD4 implemented. Assar Westerlund provided the digest... |
tree | commitdiff |
2000-08-11 |
Richard Levitte | Memory leaks fix. It now looks like all memory leaks... |
tree | commitdiff |
2000-08-11 |
Richard Levitte | Memory leaks fix. There seems to be more in other... |
tree | commitdiff |
2000-08-11 |
Richard Levitte | The pkcs12 had no way of getting a CA file or path... |
tree | commitdiff |
2000-08-03 |
Richard Levitte | Unicos doesn't have sys/timeb.h. Fix it by defining... |
tree | commitdiff |
2000-08-02 |
Bodo Möller | Include SKIP DH parameters with OpenSSL. |
tree | commitdiff |
2000-08-01 |
Richard Levitte | Make it so we can dynamically enable memory allocation... |
tree | commitdiff |
2000-07-31 |
Bodo Möller | Update 'openssl passwd' documentation on selection... |
tree | commitdiff |
2000-07-30 |
Dr. Stephen Henson | Document the new DN printing options. |
tree | commitdiff |
2000-07-28 |
Dr. Stephen Henson | New ASN1_STRING_print_ex() and X509_NAME_print_ex() |
tree | commitdiff |
2000-07-27 |
Richard Levitte | Add the possibility to get hexdumps of unprintable... |
tree | commitdiff |
2000-07-15 |
Bodo Möller | Document -purpose option in usage string. |
tree | commitdiff |
2000-07-12 |
Dr. Stephen Henson | Make req seed the PRNG if signing with |
tree | commitdiff |
2000-07-10 |
Dr. Stephen Henson | Fix some typose in the i2d/d2i functions that |
tree | commitdiff |
2000-07-05 |
Richard Levitte | I got sick and tired of having to keep track of NIDs... |
tree | commitdiff |
2000-07-01 |
Ben Laurie | Use up-to-date functions. |
tree | commitdiff |
2000-06-30 |
Richard Levitte | Give the user the option to measure real time instead... |
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 users of the openssl applications... |
tree | commitdiff |
2000-06-23 |
Bodo Möller | BSD-style MD5-based password algorithm in 'openssl... |
tree | commitdiff |
2000-06-22 |
Richard Levitte | Move add_oid_section to apps.c, so it can be shared... |
tree | commitdiff |
2000-06-22 |
Richard Levitte | Change req so the new parameter '-rand file' uses the... |
tree | commitdiff |
2000-06-22 |
Richard Levitte | Move the certificate and key loading functions to apps... |
tree | commitdiff |
2000-06-22 |
Richard Levitte | Forgot the self-documentation within req. |
tree | commitdiff |
2000-06-22 |
Richard Levitte | Small change to accept the command line parameter ... |
tree | commitdiff |
2000-06-19 |
Bodo Möller | Avoid unnecessary links and incomplete program file... |
tree | commitdiff |
2000-06-15 |
Dr. Stephen Henson | Add support for the modified SGC key format used in... |
tree | commitdiff |
2000-06-13 |
Geoff Thorpe | Enable DSO support on alpha (OSF1), cc and gcc. |
tree | commitdiff |
2000-06-11 |
Dr. Stephen Henson | Document EVP routines. Change EVP_SealInit() and EVP_Op... |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Accept -F4 option in lower case, which is what the... |
tree | commitdiff |
2000-06-07 |
Bodo Möller | No need to abort if c_rehash fails here (e.g. because... |
tree | commitdiff |
2000-06-07 |
Bodo Möller | use consistent indentation |
tree | commitdiff |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
tree | commitdiff |
2000-06-01 |
Richard Levitte | Small fix to enable reading from stdin as well. |
tree | commitdiff |
2000-05-19 |
Bodo Möller | Add required cast. |
tree | commitdiff |
2000-05-18 |
Dr. Stephen Henson | Fix c_rehash script, add -fingerprint option to crl. |
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-16 |
Ben Laurie | Typesafety thought police. |
tree | commitdiff |
next |