aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-0/+4
| | | | SSL_CTX and SSL, functions to set them and defaults if no values set.
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-10/+45
| | | | | | | | | | | yet. Add a function X509_STORE_CTX_purpose_inherit() which implements the logic of "inheriting" purpose and trust from a parent structure and using a default: this will be used in the SSL code and possibly future S/MIME. Partial documentation of the 'verify' utility. Still need to document how all the extension checking works and the various error messages.
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-3/+13
| | | | | | | | Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+28
| | | | Fix so EVP_PKEY_rset_*() check return codes.
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-11/+33
| | | | | | | | New universal public key format. Fix CRL+cert load problem in by_file.c Make verify report errors when loading files or dirs
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-191-0/+6
|
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-0/+22
| | | | | | | | | plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-0/+5
| | | | | | | Add a bunch of functions to simplify the creation of X509_NAME structures. Change the X509_NAME_entry_add stuff in req/ca so it no longer uses X509_NAME_entry_count(): passing -1 has the same effect.
* Update Borland C++ builder support.Bodo Möller1999-10-251-1/+1
| | | | Submitted by: Janez Jere <jj@void.si>
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-0/+1
| | | | Submitted by: Lennart Bång, Bodo Möller
* More multibyte character support.Dr. Stephen Henson1999-10-251-0/+29
| | | | Functions to get keys from EVP_PKEY structures.
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-0/+1
| | | | this will be used to clear up the horrible DN mess.
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-0/+83
| | | | tolerated in certificates.
* "make update"Bodo Möller1999-09-271-0/+1
|
* "make update"Bodo Möller1999-09-101-0/+2
|
* New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson1999-09-041-0/+2
|
* Handle "#if 0" correctly (I hope)Bodo Möller1999-09-031-0/+6
|
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-0/+6
|
* make update.Ulf Möller1999-08-241-0/+14
|
* Compile pkcs7 and des apps.Ulf Möller1999-08-131-0/+4
|
* Remove -DWINDOWS in debug configuration.Bodo Möller1999-08-121-1/+1
| | | | Submitted by: Erik Johannisson <erik@johannisson.se>