summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
AgeCommit message (Expand)Author
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.plDavid von Oheimb
2017-11-30Make possible variant SONAMEs and symbol versionsViktor Dukhovni
2017-11-05Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-11-05Perl: Use our own globbing wrapper rather than File::Glob::globRichard Levitte
2017-08-31util/mkdef.pl: handle line terminators correctlyRichard Levitte
2017-06-29util/mkdef.pl: Make symbol version processing Linux onlyRichard Levitte
2017-06-29util/mkdef.pl: Add UNIX as a platformRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-02-28Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte
2016-08-05util/mkdef.pl: mark certain PEM function declarations with STDIORichard Levitte
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-10util/mkdef.pl: omit ordinals from Windows DLLs.Andy Polyakov
2016-04-22Fix no-cmac on Windows/VMSMatt Caswell
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-13Fix symbols missing from shared buildMatt Caswell
2016-04-08Add OCSP to mkdefRich Salz
2016-03-23Move dso.h to internalRich Salz
2016-03-18Implement support for no-tsRichard Levitte
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Add blake2 support.Bill Cox
2016-03-10Run make updateKurt Roeckx
2016-03-07GH812: Fix for no-ui build on WindowsMat
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte
2016-03-02add kdf.h to mkdef.plDr. Stephen Henson
2016-02-29Workaround for VisualStudio 2015 bugMatt Caswell
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-26Fix a mkdef.pl warningMatt Caswell
2016-02-26Implement new multi-threading APIAlessandro Ghedini
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Don't use libcrypto private headers with mkdef.plRichard Levitte
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte
2016-02-10unified build scheme: add a "unified" template for VMS descrip.mmsRichard Levitte
2016-02-09unified build scheme: adjust some scriptsRichard Levitte
2016-01-28Remove extraneous output from util/mk scriptsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-22Refactor file writing - Adapt util/mkdef.pl to use configdata.pmRichard Levitte
2016-01-14Avoid the r modifier for s/// (perl)Richard Levitte
2016-01-14Add a no-egd option to disable EGD-related codeBenjamin Kaduk
2016-01-12Make sure to have both upper and mixed case symbols in SYMBOL_VECTORRichard Levitte
2016-01-12Use SPARE instead of PRIVATE_PROCEDURE to reserve unused SYMBOL_VECTOR slotsRichard Levitte
2016-01-12The limit per SYMBOL_VECTOR isn't the amount of symbols, it's the line lengthRichard Levitte
2016-01-12VMS INDENTIFICATION should only have the version numberRichard Levitte
2016-01-11Have mkdef.pl use case sensitive symbols for shareable symbol vectorRichard Levitte
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-11Disable some algorithms by defaultDr. Stephen Henson
2016-01-09Future-proof deprecated declartion parsingViktor Dukhovni
2016-01-09Add DEPRECATEDIN support.Dr. Stephen Henson