aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2000-02-28Support assembler for Mingw32.Ulf Möller2-1/+26
2000-02-27Fix so Win32 compiles again...Dr. Stephen Henson1-0/+1
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2-1/+2
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller1-4/+4
2000-02-26make updateRichard Levitte1-0/+1
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-26/+26
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2-0/+4
2000-02-24Avoid filename "test.c" because otherwise "make test"Bodo Möller1-6/+6
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller1-2/+16
2000-02-24remove test "goto err"Ulf Möller1-2/+0
2000-02-23New make target "report" to run util/selftest.plUlf Möller1-2/+13
2000-02-23*** empty log message ***Ulf Möller1-2/+2
2000-02-23Run the test suite and generate a report.Ulf Möller1-0/+151
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson1-0/+1
2000-02-20Fix gcc warnings.Ulf Möller1-7/+6
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson2-0/+14
2000-02-17Add -pass argument to 'enc'.Dr. Stephen Henson2-1/+1
2000-02-11Update.Bodo Möller1-0/+4
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson1-3/+3
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson1-0/+1
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller1-0/+3
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson1-3/+3
2000-02-04Correct spelling as it was done in the source.Bodo Möller1-1/+1
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller1-0/+2
2000-01-27Since pod2man is still evolving, and some sites (among others dev.openssl.org)Richard Levitte1-0/+1181
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller1-0/+1
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-0/+19
2000-01-20WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2-4/+4
2000-01-20Define WINDOWS in all Mingw32 cases.Bodo Möller2-3/+3
2000-01-20Define WINDOWS.Bodo Möller1-1/+1
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson1-0/+14
2000-01-19Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson1-7/+7
2000-01-14Avoid some warnings, and run "make update".Bodo Möller1-0/+5
2000-01-07Submitted by:Ulf Möller2-0/+16
2000-01-07Honor the no-xxx Configure options when creating .DEF files.Ulf Möller1-19/+61
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson1-2/+2
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-0/+1
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1-3/+5
1999-12-26New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1-0/+4
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson1-0/+3
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson1-1/+42
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson2-1/+13
1999-12-18RenameBodo Möller1-0/+8
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1-0/+15
1999-12-03New function PKC12_newpass()Dr. Stephen Henson1-0/+1
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson1-237/+229
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1-0/+4
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1-10/+45
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1-3/+13
1999-11-23Support for authority information access extension.Dr. Stephen Henson1-0/+28