aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* 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 update"Lutz Jänicke2002-07-301-346/+424
| | | | | | Submitted by: Reviewed by: PR:
* make updateRichard Levitte2002-06-131-424/+346
|
* make updateRichard Levitte2002-02-261-71/+70
|
* make updateRichard Levitte2001-12-201-70/+71
|
* make updateRichard Levitte2001-11-151-71/+70
| | | | perl util/mkdef.pl crypto update rewrite
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
| | | | | | 'ranlib' doesn't always run on some systems. That's actually 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.
* "make update"Bodo Möller1999-06-211-10/+12
|
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-636/+680
| | | | | | | | | | in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
* Add a kludge :-(Bodo Möller1999-05-201-55/+53
| | | | | | | There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-707/+665
| | | | include file.
* Update dependencies.Bodo Möller1999-05-151-575/+617
|
* Update dependencies.Ben Laurie1999-05-131-10/+11
|
* Update dependencies.Ben Laurie1999-05-011-33/+35
|
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
| | | | | | Submitted by: Reviewed by: PR:
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
| | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
| | | | | | | | | | to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-5/+0
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* "make depend"Bodo Möller1999-04-231-748/+1185
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-83/+134
|
* Update dependencies.Ben Laurie1999-04-181-0/+6
|
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-171-2/+2
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-186/+198
|
* Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson1999-04-081-2/+2
|
* Update dependencies.Ben Laurie1999-04-011-0/+23
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
|
* Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1999-03-281-2/+2
|