aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
| | | | | | Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
* make updateRichard Levitte2002-12-291-149/+77
|
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* make updateBodo Möller2002-08-091-81/+87
|
* OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte2002-08-011-5/+5
|
* "make update"Lutz Jänicke2002-07-301-132/+127
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-76/+148
| | | | | | | | | | | | | | (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* ECDSA supportBodo Möller2002-02-131-77/+91
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2001-10-041-43/+43
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-24/+27
|
* make updateRichard Levitte2001-07-311-4/+9
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-120/+52
|
* make updateRichard Levitte2001-02-261-73/+69
| | | | | Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-56/+56
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-85/+90
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Fix AES code.Dr. Stephen Henson2001-02-071-0/+23
| | | | | | | | | | Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
* Make depend.Ben Laurie2001-02-041-37/+102
|
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-2/+2
| | | | | | Delete obsolete OCSP functions. Largely untested at present...
* OCSP basic response verify. Very incompleteDr. Stephen Henson2001-01-111-4/+4
| | | | | | | | | | but will verify the signatures on a response and locate the signers certifcate. Still needs to implement a proper OCSP certificate verify. Fix warning in RAND_egd().
* Add set of OCSP client functions. All experimentalDr. Stephen Henson2001-01-081-2/+2
| | | | | | | | and subject to addition, modifcation or deletion. Add two OCSP nonce utility functions. Fix typo in status code name.
* Update OCSP API.Dr. Stephen Henson2001-01-041-2/+2
| | | | | | | | | | | | | | | | | | Remove extensions argument from various functions because it is not needed with the new extension code. New function OCSP_cert_to_id() to convert a pair of certificates into an OCSP_CERTID. New simple OCSP HTTP function. This is rather primitive but just about adequate to send OCSP requests and parse the response. Fix typo in CRL distribution points extension. Fix ASN1 code so it adds a final null to constructed strings.
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-112/+69
|
* Redo OCSP response printing. Remove duplicate orDr. Stephen Henson2000-12-171-6/+5
| | | | obsolete code. Delete some redundant files.
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-4/+4
| | | | | | | | | from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
* Replace the old style OCSP ASN1 module.Dr. Stephen Henson2000-12-131-2/+2
|
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-14/+7
|
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+243