aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/Makefile.ssl
Commit message (Collapse)AuthorAgeFilesLines
* Merge of the 0.9.6-stable branch (continued after network interrupt).Richard Levitte2001-03-131-1/+2
|
* Merge main trunk to engine branch, all conflicts resolved.Richard Levitte2000-09-071-374/+449
|
* Merge from main trunk, conflicts resolvedRichard Levitte2000-08-011-2/+19
|
* Merge from main, all conflicts resolved.Richard Levitte2000-07-121-302/+320
| | | | (I do this far too seldom...)
* - merged in the latest from the main trunk, fixed all conflictsRichard Levitte2000-06-131-396/+443
| | | | | - implemented nCipher support via the nfhwcrhk library (not well tested). - make update + make depend
* "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
|
* Fix security hole.Ben Laurie1999-03-221-74/+75
|
* Put the dependencies back.Ben Laurie1999-03-061-0/+656
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-662/+5
| | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
* Update dependencies.Ben Laurie1999-02-271-0/+10
|
* Overhaul 'crl' application, add a proper X509_CRL_print function and startDr. Stephen Henson1999-02-191-2/+2
| | | | to support CRL extensions.
* Update dependencies.Ben Laurie1999-02-131-0/+10
|
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-2/+2
| | | | | | | name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
* Update dependencies.Ben Laurie1999-02-091-0/+3
|