aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
Commit message (Expand)AuthorAgeFilesLines
* Allow older versions in the *.num filesMatt Caswell2016-10-171-2/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-101-4/+4
* util/mkdef.pl: mark certain PEM function declarations with STDIORichard Levitte2016-08-051-4/+4
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-1/+2
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* util/mkdef.pl: omit ordinals from Windows DLLs.Andy Polyakov2016-05-101-4/+4
* Fix no-cmac on Windows/VMSMatt Caswell2016-04-221-0/+1
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
* Fix symbols missing from shared buildMatt Caswell2016-04-131-0/+1
* Add OCSP to mkdefRich Salz2016-04-081-0/+1
* Move dso.h to internalRich Salz2016-03-231-1/+1
* Implement support for no-tsRichard Levitte2016-03-181-0/+2
* Remove Netware and OS/2Rich Salz2016-03-171-22/+5
* Add blake2 support.Bill Cox2016-03-111-1/+1
* Run make updateKurt Roeckx2016-03-101-2/+2
* GH812: Fix for no-ui build on WindowsMat2016-03-071-0/+2
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-17/+17
* add kdf.h to mkdef.plDr. Stephen Henson2016-03-021-0/+1
* Workaround for VisualStudio 2015 bugMatt Caswell2016-02-291-1/+2
* Public API for Certificate TransparencyRob Percival2016-02-261-2/+3
* Fix a mkdef.pl warningMatt Caswell2016-02-261-1/+9
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-1/+0
* Remove JPAKERich Salz2016-02-171-3/+0
* Don't use libcrypto private headers with mkdef.plRichard Levitte2016-02-141-3/+2
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-7/+5
* unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte2016-02-101-18/+15
* unified build scheme: adjust some scriptsRichard Levitte2016-02-091-5/+8
* Remove extraneous output from util/mk scriptsRich Salz2016-01-281-12/+9
* Move pqueue into sslRich Salz2016-01-241-1/+0
* Refactor file writing - Adapt util/mkdef.pl to use configdata.pmRichard Levitte2016-01-221-16/+5
* Avoid the r modifier for s/// (perl)Richard Levitte2016-01-141-1/+1
* Add a no-egd option to disable EGD-related codeBenjamin Kaduk2016-01-141-0/+2
* Make sure to have both upper and mixed case symbols in SYMBOL_VECTORRichard Levitte2016-01-121-3/+8
* Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slotsRichard Levitte2016-01-121-1/+1
* The limit per SYMBOL_VECTOR isn't the amount of symbols, it's the line lengthRichard Levitte2016-01-121-14/+19
* VMS INDENTIFICATION should only have the version numberRichard Levitte2016-01-121-1/+1
* Have mkdef.pl use case sensitive symbols for shareable symbol vectorRichard Levitte2016-01-111-0/+1
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+0
* Disable some algorithms by defaultDr. Stephen Henson2016-01-111-0/+3
* Future-proof deprecated declartion parsingViktor Dukhovni2016-01-091-1/+2
* Add DEPRECATEDIN support.Dr. Stephen Henson2016-01-091-10/+42
* remove hard coded algorithmsDr. Stephen Henson2016-01-091-15/+0
* Recognise disabled algorithms automatically.Dr. Stephen Henson2016-01-091-125/+14
* Fix no CRYPTO_MDEBUG build (windows)Rich Salz2016-01-081-1/+4
* Remove all remaining traces if PEM_SealRichard Levitte2016-01-081-1/+0
* Enhance util/mkdef.pl to provide a VMS linker option file for shlibsRichard Levitte2016-01-071-22/+76
* Remove more (rest?) of FIPS build stuff.Rich Salz2016-01-061-12/+2
* Fix updating via mkdef.plMatt Caswell2015-12-151-10/+14
* Don't export internal symbolsMatt Caswell2015-12-151-44/+226