summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-219-0/+9
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-214-10/+7
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-212-1/+4
* Make sure we get the definition of OPENSSL_NO_BF.Richard Levitte2003-03-211-0/+1
* Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.Richard Levitte2003-03-212-2/+2
* Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte2003-03-211-0/+2
* Because it may be needed in public header files, move the definitionRichard Levitte2003-03-212-1/+2
* make updateDr. Stephen Henson2003-03-202-3/+20
* New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson2003-03-206-5/+23
* make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-204-13/+63
* Support for policyMappingsDr. Stephen Henson2003-03-207-3/+195
* Typo: OID should be policyMappingsDr. Stephen Henson2003-03-204-12/+12
* Avoid warning.Dr. Stephen Henson2003-03-201-0/+2
* Add documentation for -starttls (s_client) and -id_prefix (s_server).Richard Levitte2003-03-202-0/+15
* make updateDr. Stephen Henson2003-03-205-32/+61
* Some shells (ksh in this case) don't say 'command not found'.Richard Levitte2003-03-201-1/+1
* Spelling errors.Richard Levitte2003-03-201-1/+1
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-203-7/+20
* hinv may generate more than one line (1 line per CPU).Richard Levitte2003-03-201-3/+3
* Shut up an ANSI compiler about uninitialised variables.Richard Levitte2003-03-201-1/+1
* Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.Richard Levitte2003-03-201-0/+1
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-192-13/+22
* Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson2003-03-191-1/+2
* fix formattingBodo Möller2003-03-181-0/+1
* Fix for no-ec on Windows.Dr. Stephen Henson2003-03-151-0/+1
* Don't give an error if response reason absent in OCSP HTTP.Dr. Stephen Henson2003-03-151-4/+10
* Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson2003-03-141-0/+35
* Add some OIDs.Dr. Stephen Henson2003-03-144-5/+32
* Fix PEDANTIC stuff...Dr. Stephen Henson2003-03-131-7/+6
* Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe2003-03-132-6/+12
* Return an error if gmtime returns NULL.Dr. Stephen Henson2003-03-131-2/+4
* Avoid warnings for no-engine and PEDANTICDr. Stephen Henson2003-03-121-0/+8
* Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson2003-03-121-1/+1
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-112-45/+49
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-2810-46/+122
* memset problem has been handledBodo Möller2003-02-281-12/+2
* use tabs for indentation, not spacesBodo Möller2003-02-281-80/+80
* Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson2003-02-271-5/+2
* Typo.Dr. Stephen Henson2003-02-271-1/+1
* add Certicom licensing e-mail addressBodo Möller2003-02-271-1/+2
* Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson2003-02-276-2/+97
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-256-8/+10
* year 2003Bodo Möller2003-02-241-1/+1
* include OpenSSL license (in addition to EAY license)Bodo Möller2003-02-241-0/+53
* Add instructions for building the MinGW target in Cygwin, andUlf Möller2003-02-232-48/+64
* Copy rather than symlink the test data.Ulf Möller2003-02-221-1/+1
* remove some more useless code. The mingw target can now be builtUlf Möller2003-02-221-8/+0
* more mingw related cleanups.Ulf Möller2003-02-2210-42/+3
* Remove duplication and have clean depend on libcleanRichard Levitte2003-02-221-4/+4
* Allow building applications against static libraries with Makefile.shared.Richard Levitte2003-02-224-61/+174