aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp/Makefile.ssl
AgeCommit message (Collapse)AuthorFilesLines
2002-08-09make updateBodo Möller1-81/+87
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte1-5/+5
2002-07-30"make update"Lutz Jänicke1-132/+127
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-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
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
handled properly. Part of PR 75
2002-02-13ECDSA supportBodo Möller1-77/+91
Submitted by: Nils Larsch <nla@trustcenter.de>
2001-10-04'make update'Richard Levitte1-43/+43
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-24/+27
2001-07-31make updateRichard Levitte1-4/+9
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-120/+52
2001-02-26make updateRichard Levitte1-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.
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-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.
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-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.
2001-02-07Fix AES code.Dr. Stephen Henson1-0/+23
Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
2001-02-04Make depend.Ben Laurie1-37/+102
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson1-2/+2
Delete obsolete OCSP functions. Largely untested at present...
2001-01-11OCSP basic response verify. Very incompleteDr. Stephen Henson1-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().
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson1-2/+2
and subject to addition, modifcation or deletion. Add two OCSP nonce utility functions. Fix typo in status code name.
2001-01-04Update OCSP API.Dr. Stephen Henson1-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.
2000-12-29"make update" plus a rewrite of both .num files.Richard Levitte1-112/+69
2000-12-17Redo OCSP response printing. Remove duplicate orDr. Stephen Henson1-6/+5
obsolete code. Delete some redundant files.
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson1-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.
2000-12-13Replace the old style OCSP ASN1 module.Dr. Stephen Henson1-2/+2
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-14/+7
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+243