aboutsummaryrefslogtreecommitdiff
path: root/update.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add quoting for man linksBrent Cook2016-11-051-2/+2
|
* update for new manpage layout, pod files are goneBrent Cook2016-11-051-14/+1
|
* implement support for hiding symbols in libtls / libsslBrent Cook2016-11-061-0/+8
|
* updates for latest build changesBrent Cook2016-11-051-18/+18
|
* remove cmsBrent Cook2016-09-141-1/+1
|
* update for new repository layoutBrent Cook2016-09-021-21/+21
|
* prefer gnu patch on AIXBrent Cook2016-01-031-1/+6
|
* refresh nc(1) supportBrent Cook2015-12-061-0/+1
|
* Windows compatibility fixesBrent Cook2015-10-181-1/+0
| | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
* revise how headers are patched for windows, remove sed scriptsBrent Cook2015-09-211-1/+1
|
* allow nc to build on linux and os xBrent Cook2015-09-131-1/+1
|
* use CP_LIBC for strtonumBrent Cook2015-09-131-2/+2
|
* ding-dong e_os2.h is deadBrent Cook2015-09-131-1/+0
|
* readd openssl.1, distribute nc.1Brent Cook2015-09-131-0/+2
|
* add some backcompat in nc, don't install itBrent Cook2015-09-121-0/+1
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-11/+18
|