aboutsummaryrefslogtreecommitdiff
path: root/update.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add updated patchBrent Cook2023-02-061-0/+2
|
* updates for new files and test casesBrent Cook2022-07-311-1/+1
|
* update for latest changesBrent Cook2022-07-101-2/+2
|
* expose kdf.h as a public headerBrent Cook2022-05-091-1/+1
|
* update for latest upstreamBrent Cook2022-05-081-1/+1
|
* Copy ARM related files from arch/arm/kinichiro2022-03-251-3/+3
|
* Add strtonum to compat library and export itkinichiro2021-12-261-3/+1
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* Add ctkinichiro2021-11-271-1/+2
|
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-4/+6
|
* include strtonum for ocspcheckBrent Cook2020-10-191-0/+1
|
* Land #611, remove libtls-standaloneBrent Cook2020-10-061-20/+1
|\
| * disable some additional libtls-standalone bitsBrent Cook2020-08-201-20/+1
| |
* | Add x509_verify.c x509_verify.hkinichiro2020-09-141-1/+1
|/
* add possibility to override upstream opensslv.h with a local versionBrent Cook2020-06-151-1/+7
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-101-1/+1
|
* add cms.h to public headersBrent Cook2019-09-091-1/+1
|
* remove comments and unify fixupsBrent Cook2019-06-101-12/+11
|
* Fix masm buildkinichiro2019-06-101-2/+12
| | | | | | - Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error
* run masm files through the C preprocessorBrent Cook2019-06-101-2/+10
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-2/+2
|
* always stop the asm generators from calling the C compilerBrent Cook2019-01-201-10/+2
|
* generate masm and mingw64 assemblyBrent Cook2019-01-201-3/+11
|
* build crypto_lock_win.c in-placeBrent Cook2019-01-011-1/+0
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-1/+1
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-1/+1
| |
* | added crypto_lock portable bitsBrent Cook2018-11-111-0/+1
| |
* | initial 32-bit arm assembly optimization supportBrent Cook2018-11-111-1/+14
| |
* | Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-071-1/+1
| |
* | Handle running from a directory with a space in the name.Brent Cook2018-10-161-3/+3
|/ | | | from phrocker@ on github
* Fix update.sh using $MV instead of bear mvkinichiro2018-07-211-1/+1
| | | | Suggested by tb
* Generate regress freenull.ckinichiro2018-07-211-0/+7
|
* expand symbol filter to include underscoreBrent Cook2018-05-021-3/+3
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-2/+0
|
* fetch before update to grab new branchesBrent Cook2017-11-051-0/+1
|
* Separate man(5) pagesBernard Spil2017-10-221-5/+12
|
* Add *.5 manpages in libcrypto/man/kinichiro2017-09-101-1/+1
|
* make it easier to swap grep (Solaris grep doesn't support alpha)Brent Cook2017-07-081-5/+9
|
* Add HKDF functionalitykinichiro2017-05-131-1/+1
|
* Land #310, make it easier to build from cvs sourceBrent Cook2017-05-081-10/+11
|\
| * Modify update.sh to change the path of openbsd source tree easilykinichiro2017-05-071-10/+11
| | | | | | | | With this modification, we can build portable with /usr/src easily.
* | remove OPENSSL_ia32cap_P from crypto.sym when generatedBrent Cook2017-05-011-1/+1
|/
* Add recallocarraykinichiro2017-03-091-0/+1
|
* Copy libc compat files rather than adding into the repositorykinichiro2017-01-281-2/+4
| | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/
* update for improved libtls manpage organizationBrent Cook2017-01-271-11/+6
|
* Add inet_ntop and memmem for ocspcheckkinichiro2017-01-261-0/+2
|
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-3/+1
|
* initial ocspcheck integrationBrent Cook2017-01-241-7/+18
|
* Stop generating .def files by update.shkinichiro2017-01-181-7/+0
|
* implement support for hiding symbols in libcryptokinichiro2016-12-261-0/+5
| | | | | | - delete crypto.def and generate it from Symbols.list - remove BIO_s_log since bss_log.c is not included on Windows - add Windows specific symbols by crypto/crypto_win.list
* Add curve25519 to portablekinichiro2016-11-061-1/+1
|