1999-06-30 |
Ulf Möller | More no-xxx option tweaks. |
tree | commitdiff |
1999-06-29 |
Ulf Möller | Fix no-hmac and no-ripemd. |
tree | commitdiff |
1999-06-29 |
Dr. Stephen Henson | New functions to allow RSA_METHODs to be changed withou... |
tree | commitdiff |
1999-06-28 |
Ulf Möller | Use "long long" for all Win32 gcc ports. |
tree | commitdiff |
1999-06-28 |
Bodo Möller | With mingw32, use "long long" rather than "_int64"... |
tree | commitdiff |
1999-06-25 |
Bodo Möller | Close another memory hole. |
tree | commitdiff |
1999-06-25 |
Bodo Möller | Avoid some memory holes, one of which was pointed out by |
tree | commitdiff |
1999-06-24 |
Dr. Stephen Henson | Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it... |
tree | commitdiff |
1999-06-23 |
Bodo Möller | Don't use inline assembler when configured for "no... |
tree | commitdiff |
1999-06-22 |
Dr. Stephen Henson | New function PKCS7_signatureVerify to allow the signing... |
tree | commitdiff |
1999-06-22 |
Dr. Stephen Henson | Change the PEM_* function prototypes to use DECLARE_PEM... |
tree | commitdiff |
1999-06-21 |
Dr. Stephen Henson | Implement STACK_OF(ANS1_OBJECT) for extended key usage... |
tree | commitdiff |
1999-06-21 |
Ben Laurie | Don't shadow. |
tree | commitdiff |
1999-06-21 |
Bodo Möller | "make update" |
tree | commitdiff |
1999-06-20 |
Dr. Stephen Henson | Convert the CONF library to use a typesafe stack: a... |
tree | commitdiff |
1999-06-20 |
Dr. Stephen Henson | New functions CONF_load_bio() and CONF_load_fp() to... |
tree | commitdiff |
1999-06-18 |
Bodo Möller | New function CRYPTO_num_locks. |
tree | commitdiff |
1999-06-18 |
Bodo Möller | Use same name in the definition as in the header file... |
tree | commitdiff |
1999-06-15 |
Bodo Möller | Some people don't have /dev/fd/0 on Solaris, so use... |
tree | commitdiff |
1999-06-15 |
Bodo Möller | Don't try to use zero-byte buffers. |
tree | commitdiff |
1999-06-14 |
Bodo Möller | long obsolete |
tree | commitdiff |
1999-06-14 |
Bodo Möller | rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...; |
tree | commitdiff |
1999-06-12 |
Bodo Möller | Bugfix. |
tree | commitdiff |
1999-06-12 |
Bodo Möller | Avoid some warnings (on silly compilers). |
tree | commitdiff |
1999-06-12 |
Bodo Möller | BIO pairs. |
tree | commitdiff |
1999-06-11 |
Dr. Stephen Henson | Fix to i2d_DSAPublicKey() to return the correct length. |
tree | commitdiff |
1999-06-11 |
Dr. Stephen Henson | Document the X509V3 code and change some of the extensi... |
tree | commitdiff |
1999-06-10 |
Ben Laurie | Fix warnings. |
tree | commitdiff |
1999-06-10 |
Bodo Möller | Avoid warning. |
tree | commitdiff |
1999-06-10 |
Dr. Stephen Henson | Two new functions to write out PKCS#8 private keys... |
tree | commitdiff |
1999-06-10 |
Bodo Möller | Avoid warnings. |
tree | commitdiff |
1999-06-09 |
Bodo Möller | Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey. |
tree | commitdiff |
1999-06-09 |
Ulf Möller | Circumvent bug in SC5 without patch #107357-01. |
tree | commitdiff |
1999-06-09 |
Dr. Stephen Henson | Change the PEM function implementation to use a common... |
tree | commitdiff |
1999-06-09 |
Bodo Möller | des_cbc_encrypt / des_ncbc_encrypt issue. |
tree | commitdiff |
1999-06-09 |
Bodo Möller | Update dependencies. |
tree | commitdiff |
1999-06-09 |
Bodo Möller | Unify DES library: ncbc_enc.c wasn't used, but its... |
tree | commitdiff |
1999-06-09 |
Ulf Möller | Remove old libdes version number. |
tree | commitdiff |
1999-06-09 |
Bodo Möller | "make update" (added to top Makefile, and applied). |
tree | commitdiff |
1999-06-09 |
Bodo Möller | DES CBC change looks dubious to me. |
tree | commitdiff |
1999-06-09 |
Bodo Möller | Some pre-POSIX systems don't have unistd.h (but e.g... |
tree | commitdiff |
1999-06-09 |
Ben Laurie | Oops. Get rid of now incorrect comment. |
tree | commitdiff |
1999-06-09 |
Ben Laurie | I keep forgetting to fix this: update the IV! Most... |
tree | commitdiff |
1999-06-09 |
Ben Laurie | Make "make test" fail if bntest fails an internal selfc... |
tree | commitdiff |
1999-06-08 |
Ulf Möller | The des app. |
tree | commitdiff |
1999-06-08 |
Ben Laurie | Survive pedanticism. |
tree | commitdiff |
1999-06-08 |
Ulf Möller | Call our crypt implementation des_crypt(). crypt()... |
tree | commitdiff |
1999-06-08 |
Ulf Möller | Casts. |
tree | commitdiff |
1999-06-08 |
Ulf Möller | Warnings and casts. |
tree | commitdiff |
1999-06-08 |
Ulf Möller | Don't #define _, and eliminate casts. |
tree | commitdiff |
1999-06-08 |
Ulf Möller | Fix to compile the des app. |
tree | commitdiff |
1999-06-08 |
Bodo Möller | "request" added. |
tree | commitdiff |
1999-06-08 |
Dr. Stephen Henson | Complete support for PKCS#5 v2.0. Still needs extensive... |
tree | commitdiff |
1999-06-07 |
Bodo Möller | Fix for BIO pairs. |
tree | commitdiff |
1999-06-07 |
Bodo Möller | Use locking in a way that makes more sense. |
tree | commitdiff |
1999-06-07 |
Dr. Stephen Henson | This is the main PKCS#5 v2.0 key generation function... |
tree | commitdiff |
1999-06-07 |
Bodo Möller | treat init properly |
tree | commitdiff |
1999-06-07 |
Bodo Möller | Don't mix real tabs with tabs expanded as 8 spaces... |
tree | commitdiff |
1999-06-07 |
Bodo Möller | Introduce "BIO pairs", which (when finished) will relay... |
tree | commitdiff |
1999-06-06 |
Dr. Stephen Henson | More PKCS#5 v2.0 development. Add a function to setup... |
tree | commitdiff |
1999-06-06 |
Dr. Stephen Henson | Change PBE handling a bit more: now the key and iv... |
tree | commitdiff |
1999-06-06 |
Dr. Stephen Henson | Rewrite PBE handling read to support PKCS#5 v2.0 and... |
tree | commitdiff |
1999-06-05 |
Dr. Stephen Henson | Change so PEM private key read routines can handle... |
tree | commitdiff |
1999-06-05 |
Dr. Stephen Henson | More PKCS#8 stuff. Support for unencrypted forms of... |
tree | commitdiff |
1999-06-05 |
Ben Laurie | const/type fixes. |
tree | commitdiff |
1999-06-05 |
Dr. Stephen Henson | Add d2i,i2d bio and fp functions for PKCS#8 and add... |
tree | commitdiff |
1999-06-05 |
Dr. Stephen Henson | Add a 'pkcs8' application for initial PKCS#8 support... |
tree | commitdiff |
1999-06-04 |
Dr. Stephen Henson | The rest of the PKCS#5, PKCS#8 patch I forgot before :-) |
tree | commitdiff |
1999-06-04 |
Dr. Stephen Henson | Add PKCS#5 v1.5 compatible algorithms and initial PKCS... |
tree | commitdiff |
1999-06-04 |
Ben Laurie | Some constification and stacks that slipped through... |
tree | commitdiff |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
tree | commitdiff |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
tree | commitdiff |
1999-06-04 |
Ulf Möller | Test apps. |
tree | commitdiff |
1999-06-03 |
Ben Laurie | More evil cast removal. |
tree | commitdiff |
1999-06-03 |
Ben Laurie | Make samples compile. |
tree | commitdiff |
1999-06-02 |
Ben Laurie | stack |
tree | commitdiff |
1999-06-02 |
Ben Laurie | Evil cast extermination. |
tree | commitdiff |
1999-06-02 |
Ben Laurie | stack. |
tree | commitdiff |
1999-06-02 |
Ben Laurie | Move stack implementations to more natural places. |
tree | commitdiff |
1999-06-02 |
Ben Laurie | Stack. |
tree | commitdiff |
1999-06-01 |
Ulf Möller | Remove redundant line. |
tree | commitdiff |
1999-06-01 |
Ulf Möller | Borland C fix. |
tree | commitdiff |
1999-05-31 |
Ben Laurie | stack. |
tree | commitdiff |
1999-05-31 |
Ben Laurie | Stack. |
tree | commitdiff |
1999-05-31 |
Ben Laurie | More stack. |
tree | commitdiff |
1999-05-30 |
Ben Laurie | Yet another stack. |
tree | commitdiff |
1999-05-30 |
Ben Laurie | Another stack. |
tree | commitdiff |
1999-05-30 |
Ben Laurie | Another safe stack. |
tree | commitdiff |
1999-05-30 |
Ben Laurie | Another safe stack. |
tree | commitdiff |
1999-05-29 |
Ben Laurie | And carry on with development... |
tree | commitdiff |
1999-05-29 |
Ben Laurie | Oops! OpenSSL_0_9_3a |
tree | commitdiff |
1999-05-29 |
Ben Laurie | Prepare to release 0.9.3a |
tree | commitdiff |
1999-05-29 |
Ben Laurie | Update dependencies. |
tree | commitdiff |
1999-05-28 |
Bodo Möller | Pass INSTALL_PREFIX to subdirectories of crypto |
tree | commitdiff |
1999-05-28 |
Bodo Möller | Some assembler-related clean-ups. |
tree | commitdiff |
1999-05-28 |
Bodo Möller | Include <stdio.h>. |
tree | commitdiff |
1999-05-27 |
Bodo Möller | I386_ONLY is defined in opensslconf.h, so we need to... |
tree | commitdiff |
1999-05-26 |
Bodo Möller | Circument egcs bug. |
tree | commitdiff |
1999-05-26 |
Dr. Stephen Henson | Fix for memory leak. |
tree | commitdiff |
1999-05-26 |
Dr. Stephen Henson | Update md5 assembly source for Win32. |
tree | commitdiff |
next |