summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
Commit message (Collapse)AuthorAgeFilesLines
* recognise HEARTBEATS in mkdef.pl scriptsteve2011-12-311-1/+1
|
* recognise SCTP in mkdef.pl scriptsteve2011-12-251-2/+6
|
* recognise DECLARE_PEM_write_const, update ordinalssteve2011-12-231-0/+1
|
* add cryptlib.h to mkdef.plsteve2011-11-221-0/+1
|
* add strp.h to mkdef.pl headerssteve2011-11-211-0/+1
|
* Fix warnings.bodo2011-10-191-3/+3
| | | | Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
* Don't export functions marked as FIPSCAPABLE.steve2011-06-121-1/+6
|
* Typo.steve2011-05-131-2/+2
|
* typosteve2011-05-131-1/+0
|
* Recognise NO_NISTP224-64-GCC-128steve2011-05-131-1/+5
|
* Add SSL_INTERN definition.steve2011-05-121-1/+3
|
* * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:levitte2011-03-251-0/+2
| | | | | | | Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled by default. If we don't do it this way, it screws up libeay.num. * util/libeay.num: make update
* * util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe somelevitte2011-03-221-0/+2
| | | | more need to be added...
* Add SRP support.ben2011-03-121-1/+5
|
* Make no-ec2m work on Win32 build. Add nexprotoneg support too.steve2011-02-121-2/+8
|
* Add FIPS support to mkdef.pl script, update ordinals.steve2011-02-031-1/+8
|
* Add modes.h and cmac to WIN32 build system.steve2010-07-251-0/+1
|
* Have mkdef.pl also handle VAX and Non-VAX differences for VMSlevitte2009-05-151-3/+18
|
* Updates from 1.0.0-stablesteve2009-04-041-1/+5
|
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>steve2009-02-251-1/+1
| | | | | | | Approved by: steve Recognise "enable-zlib" in mkdef.pl to handle "zlib" option when passed to Configure.
* Update from stable-branch.steve2008-11-241-17/+6
|
* Update from stable branch.steve2008-11-121-1/+16
|
* Win32 fixes... add new directory to build system. Fix warnings.steve2008-10-271-0/+1
|
* Remove store from Windows build.steve2008-06-041-1/+1
|
* Update from stable branch.steve2008-06-011-1/+5
|
* Recognize LHASH_OF().steve2008-05-311-0/+1
|
* And so it begins...steve2008-03-121-2/+15
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.steve2007-08-121-0/+1
|
* WIN32 VC++ build fixes.steve2007-07-181-2/+0
|
* Add SEED encryption algorithm.bodo2007-04-231-3/+6
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned ↵steve2007-03-161-1/+1
| | | | fixes.
* Win32 fixes from stable branch.steve2006-11-301-1/+5
|
* Camellia cipher, contributed by NTTbodo2006-06-091-2/+5
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Fix (most) WIN32 warnings and errors.steve2006-04-171-0/+6
|
* RFC 3161 compliant time stamp request creation, response generationulf2006-02-121-0/+1
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* ./util update, which covers various issues, but most importantly mkerr.plappro2006-01-021-24/+26
| | | | and mkdef.pl spinning in endless loop.
* Make mk1mf.pl and friends recognize Whirlpool.steve2005-12-051-2/+6
|
* Make DLL engines the default in 0.9.9 and VC++.steve2005-11-061-1/+1
|
* Add symbols for ASN1 print functions, update ordinal file.steve2005-11-061-0/+6
|
* Update from stable branch.steve2005-11-061-0/+2
|
* Keep removing references to tmdiff.appro2005-11-061-1/+0
|
* Pull up mkdef.pl from 0.9.8.appro2005-07-241-1/+2
|
* Lots of Win32 fixes for DTLS.steve2005-04-271-0/+1
| | | | | | | | 1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
* let mkdef.pl know about OPENSSL_NO_DGRAMbodo2005-04-261-1/+1
| | | | (which appears in the new file crypto/bio/bss_dgram.c)
* Fix logic in mkdef.pl function is_valid.steve2005-04-191-2/+2
| | | | Update symbols
* Stop perl warning.steve2005-04-191-1/+5
|
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptsteve2005-04-191-2/+5
| | | | to use it.
* Ignore TYPEDEF_OF in mkdef.plsteve2005-04-191-0/+3
|
* Makefile.ssl -> Makefilenils2005-04-131-2/+2
|
* In mkdef.pl ignore trailing whitespace in #ifdef linessteve2005-02-051-1/+1
|