summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Get OPENSSL_FIPSSYMS from environment in fipsas.pl, include ppccap.c and .Ssteve2011-05-062-6/+3
| | | | files in fipsdist.
* Add ppc_cap.c to restricted tarball.steve2011-05-011-0/+1
|
* Reconise no-ec-nistp224-64-gcc-128 option.steve2011-04-211-0/+1
|
* Make fipscanisteronly auto detect work on WIN32.steve2011-04-212-2/+10
|
* Update ordinals.steve2011-04-211-22/+57
|
* Add fips/cmac directory to WIN32 build.steve2011-04-181-0/+1
|
* Add mem_clr.c explicity for no-asm builds.steve2011-04-111-0/+1
|
* Auto detect no-ec2m add option to make no-ec2m tarball.steve2011-04-101-0/+7
|
* Auto configure for fips is from restricted tarball.steve2011-04-101-2/+24
| | | | Remove more unnecessary files form fips tarball.
* Make WIN32 static builds work again.steve2011-04-021-0/+1
|
* Allow setting of get_entropy and get_nonce callbacks outside test mode.steve2011-03-251-1/+1
| | | | Test mode is now set when a DRBG context is initialised.
* * Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:levitte2011-03-252-1/+3
| | | | | | | 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
* make updatelevitte2011-03-241-0/+1
|
* make update (1.1.0-dev)levitte2011-03-232-111/+159
| | | | | | This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
* * 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-125-2/+42
|
* Make -DOPENSSL_FIPSSYMS work under WIN32: run perl script whensteve2011-02-232-11/+38
| | | | | WIN32 assembly language files are created, add norunasm option to just translate and not run the assembler.
* Make mkfiles.pl work with fipscanisteronly.steve2011-02-221-0/+7
|
* Include ms directory for fips distribution.steve2011-02-221-1/+1
|
* Make fipscanisteronly work with WIN32 build system.steve2011-02-221-5/+18
|
* Add fips/ecdsa directory to mkfiles.plsteve2011-02-221-0/+1
|
* Remove duplicate test rule.steve2011-02-221-6/+0
|
* Removing debugging print.steve2011-02-221-2/+0
|
* typosteve2011-02-211-1/+1
|
* Initial perl script to filter out unneeded files for a fips tarball.steve2011-02-211-0/+44
|
* *** empty log message ***steve2011-02-211-1/+1
|
* Make fipscanisteronly build only required files.steve2011-02-211-0/+31
|
* Make -DOPENSSL_FIPSSYMS work for assembly language builds.steve2011-02-171-0/+13
|
* Experimental perl script to edit assembly language source files,steve2011-02-171-0/+57
| | | | | | call the assembler, then restore original file. This makes OPENSSL_FIPSSYMS work for assembly language builds.
* Include support for an add_lock callback to tiny FIPS locking API.steve2011-02-141-1/+1
|
* Make no-ec2m work on Win32 build. Add nexprotoneg support too.steve2011-02-123-33/+41
|
* Make Windows build work with GCM.steve2011-02-113-2/+9
|
* OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)bodo2011-02-081-1/+1
| | | | Submitted by: Neel Mehta, Adam Langley, Bodo Moeller
* Add FIPS support to the WIN32 build system.steve2011-02-034-24/+391
|
* add -stripcr option to copy.pl from 0.9.8steve2011-02-031-0/+11
|
* Add Windows FIPS build utilities.steve2011-02-031-0/+83
|
* Add FIPS support to mkdef.pl script, update ordinals.steve2011-02-032-49/+62
|
* Assorted bugfixes:bodo2011-02-031-10/+10
| | | | | | | | - safestack macro changes for C++ were incomplete - RLE decompression boundary case - SSL 2.0 key arg length check Submitted by: Google (Adam Langley, Neel Mehta, Bodo Moeller)
* make updatebodo2011-02-032-14/+46
|
* update mkerr.pl for use fips directory, add arx.pl scriptsteve2011-01-262-1/+17
|
* ignore leading null fieldssteve2010-12-031-1/+1
|
* VC-32.pl: default to nasm if neither nasm or nasmw is is found at the moment.appro2010-09-131-1/+1
| | | | PR: 2338
* make no-gost work on Windowssteve2010-09-021-0/+3
|
* sync and update ordinalssteve2010-08-261-3/+9
|
* util/cygwin.sh: maintainer's update.appro2010-08-241-3/+8
| | | | Submitted by: Corinna Vinschen
* Sync ordinals and update.steve2010-07-251-26/+51
|
* Add modes.h and cmac to WIN32 build system.steve2010-07-252-0/+2
|
* Fix WIN32 build system to correctly link ENGINE DLLs contained in asteve2010-07-241-1/+16
| | | | directory: currently the GOST ENGINE is the only case.
* VC-32.pl: fix /Fd name generation.appro2010-06-091-2/+2
| | | | PR: 2284
* VC-32.pl: unconditionally generate symbols.pdb.appro2010-06-011-21/+16
|