summaryrefslogtreecommitdiff
path: root/crypto/seed
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz2023-01-311-1/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* Update copyright yearMatt Caswell2020-04-235-5/+5
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-1/+9
* Deprecate the low level SEED functionsPauli2020-01-165-0/+30
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-282-1/+1
* Following the license change, modify the boilerplates in crypto/seed/Richard Levitte2018-12-066-6/+6
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Use _WIN32 over WIN32 for preprocessor conditionalBenjamin Kaduk2017-02-161-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-176-300/+42
* Remove --classic build entirelyRichard Levitte2016-04-201-44/+0
* crypto/seed: add small-footprint path.Andy Polyakov2016-03-292-485/+360
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-264-4/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-92/+62
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-184-4/+4
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-145/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-227-364/+749
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* seed.c: incredibly enough seed.c can fail to compile on Solaris with certainAndy Polyakov2012-02-261-0/+4
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Engage crypto/modes.Andy Polyakov2008-12-234-123/+17
* SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov2008-12-161-2/+41
* Fix dependencies. Make depend.Ben Laurie2007-09-191-9/+28
* Constify seed and md2.Andy Polyakov2007-08-311-1/+1
* WIN32 fixes.Dr. Stephen Henson2007-06-081-0/+2
* Add .cvsignore to seed dir.Dr. Stephen Henson2007-05-171-0/+4
* remove leftover from editing ...Bodo Möller2007-04-241-2/+0
* Add SEED encryption algorithm.Bodo Möller2007-04-238-0/+1087