aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-141-34/+0
| | | | | | | | This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-5/+21
|
* Change output text (ar is not a linker).Bodo Möller2000-03-041-1/+1
|
* The selftest sometimes lacked important informationUlf Möller2000-03-041-3/+17
|
* Support assembler for Mingw32.Ulf Möller2000-02-282-1/+26
|
* Fix so Win32 compiles again...Dr. Stephen Henson2000-02-271-0/+1
|
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-262-1/+2
|
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-4/+4
| | | | where the new functions are mentioned.
* make updateRichard Levitte2000-02-261-0/+1
|
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-26/+26
|
* Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2000-02-242-0/+4
| | | | "make update".
* Avoid filename "test.c" because otherwise "make test"Bodo Möller2000-02-241-6/+6
| | | | will invoke a default rule built into make.
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-241-2/+16
|
* remove test "goto err"Ulf Möller2000-02-241-2/+0
|
* New make target "report" to run util/selftest.plUlf Möller2000-02-231-2/+13
|
* *** empty log message ***Ulf Möller2000-02-231-2/+2
|
* Run the test suite and generate a report.Ulf Möller2000-02-231-0/+151
|
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-0/+1
| | | | | | | | the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
* Fix gcc warnings.Ulf Möller2000-02-201-7/+6
|
* New functions and option to use NEW in certificate requests.Dr. Stephen Henson2000-02-182-0/+14
|
* Add -pass argument to 'enc'.Dr. Stephen Henson2000-02-172-1/+1
| | | | Fix to make Win32 compile work again.
* Update.Bodo Möller2000-02-111-0/+4
|
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-071-3/+3
| | | | This better reflects their behaviour.
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-0/+1
|
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-051-0/+3
| | | | Avoid enabled 'assert()' in production library.
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-3/+3
| | | | | OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
* Correct spelling as it was done in the source.Bodo Möller2000-02-041-1/+1
|
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-0/+2
| | | | (including another problem in the s3_srvr.c state machine).
* Since pod2man is still evolving, and some sites (among others dev.openssl.org)Richard Levitte2000-01-271-0/+1181
| | | | | | don't have a version that will handle the L<foo(1)|foo(1)> construct yet, here is a copy from my laptop (slightly modifed to work independently of the place where perl itself resides).
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-0/+1
|
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-0/+19
|
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2000-01-202-4/+4
|
* Define WINDOWS in all Mingw32 cases.Bodo Möller2000-01-202-3/+3
|
* Define WINDOWS.Bodo Möller2000-01-201-1/+1
|
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-0/+14
|
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-191-7/+7
|
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-0/+5
|
* Submitted by:Ulf Möller2000-01-072-0/+16
| | | | | Reviewed by: PR:
* Honor the no-xxx Configure options when creating .DEF files.Ulf Möller2000-01-071-19/+61
|
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-071-2/+2
|
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-0/+1
| | | | | | | that can automatically determine the type of a DER encoded "traditional" format private key and change some of the d2i functions to use it instead of requiring the application to work out the key type.
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-3/+5
| | | | represent everything by OIDs.
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-261-0/+4
|
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-0/+3
| | | | more utilities.
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-1/+42
|
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-232-1/+13
|
* RenameBodo Möller1999-12-181-0/+8
| | | | | | | CRYPTO_add_info => CRYPTO_push_info CRYPTO_remove_info => CRYPTO_pop_info in the hope that these names are more descriptive; and "make update".
* Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1999-12-081-0/+15
|
* New function PKC12_newpass()Dr. Stephen Henson1999-12-031-0/+1
|
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-237/+229
| | | | either and has a static and dynamic mix.