aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-301-873/+0
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-458/+423
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* make updateGeoff Thorpe2004-04-191-238/+201
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* make updateRichard Levitte2002-12-291-597/+315
|
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-9/+34
|
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-2/+2
| | | | | | arbitrary encodings from strings and config files. Documentation to follow...
* 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-401/+416
|
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-59/+59
| | | | Submitted by: Nils Larsch
* "make update"Lutz Jänicke2002-07-301-339/+330
|
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-317/+577
| | | | | | | | | | | | | | (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
* Add support for DJGPP.Richard Levitte2002-06-131-4/+5
| | | | PR: 75
* ECDSA supportBodo Möller2002-02-131-91/+140
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-0/+15
|
* Experimental configuration code.Dr. Stephen Henson2002-01-051-2/+2
| | | | Incomplete, largely untested and subject to change/deletion.
* 'make update'Richard Levitte2001-10-041-231/+231
|
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-101/+140
|
* make updateRichard Levitte2001-07-311-64/+71
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-484/+242
|
* 'make update'Richard Levitte2001-06-051-3/+3
|
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* make updateRichard Levitte2001-02-261-116/+112
| | | | | 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-452/+439
| | | | | | | | 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-554/+532
| | | | | | | | | | | | 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.
* Make depend.Ben Laurie2001-02-041-487/+525
|
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-546/+225
| | | | | | to main trunk. Lets see if the makes it to openssl-cvs :-)
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-101/+88
|
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-79/+136
| | | | make update done.
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
| | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
* 'make update'Richard Levitte2000-09-071-133/+173
|
* 'make update'Bodo Möller2000-09-061-4/+5
|
* MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte2000-08-141-345/+379
| | | | test utility, I added the bits to get a EVP interface, the command line utility and the speed test
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-281-2/+19
| | | | | | | | | | | | | | | functions. These are intended to be replacements for the ancient ASN1_STRING_print() and X509_NAME_print() functions. The new functions support RFC2253 and various pretty printing options. It is also possible to display international characters if the terminal properly handles UTF8 encoding (Linux seems to tolerate this if the "unicode_start" script is run). Still needs to be documented, integrated into other utilities and extensively tested.
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-302/+320
| | | | | | | | | | | | | | | | | | could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes.
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-396/+443
| | | | | | Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
* "make update"Richard Levitte2000-04-091-48/+52
|
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-1/+2
|
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-231-0/+7
|
* Support for ASN1 NULL type.Dr. Stephen Henson1999-12-221-2/+2
|
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-4/+56
| | | | | certificate: currently this includes trust settings and a "friendly name".
* More multibyte character support.Dr. Stephen Henson1999-10-251-2/+9
| | | | Functions to get keys from EVP_PKEY structures.
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-2/+9
| | | | this will be used to clear up the horrible DN mess.
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-2/+19
|
* Updates.Bodo Möller1999-08-101-11/+14
| | | | | | Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-18/+23
| | | | while implementing and using it.
* Don't include x509.h when we just need asn1.hBodo Möller1999-07-241-97/+41
|
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-211-326/+118
| | | | it is not needed.