Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -4/+6 |
| | |||||
* | include strtonum for ocspcheck | Brent Cook | 2020-10-19 | 1 | -0/+1 |
| | |||||
* | Land #611, remove libtls-standalone | Brent Cook | 2020-10-06 | 1 | -20/+1 |
|\ | |||||
| * | disable some additional libtls-standalone bits | Brent Cook | 2020-08-20 | 1 | -20/+1 |
| | | |||||
* | | Add x509_verify.c x509_verify.h | kinichiro | 2020-09-14 | 1 | -1/+1 |
|/ | |||||
* | add possibility to override upstream opensslv.h with a local version | Brent Cook | 2020-06-15 | 1 | -1/+7 |
| | |||||
* | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | add cms.h to public headers | Brent Cook | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | remove comments and unify fixups | Brent Cook | 2019-06-10 | 1 | -12/+11 |
| | |||||
* | Fix masm build | kinichiro | 2019-06-10 | 1 | -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 preprocessor | Brent Cook | 2019-06-10 | 1 | -2/+10 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -2/+2 |
| | |||||
* | always stop the asm generators from calling the C compiler | Brent Cook | 2019-01-20 | 1 | -10/+2 |
| | |||||
* | generate masm and mingw64 assembly | Brent Cook | 2019-01-20 | 1 | -3/+11 |
| | |||||
* | build crypto_lock_win.c in-place | Brent Cook | 2019-01-01 | 1 | -1/+0 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 1 | -1/+1 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 1 | -1/+1 |
| | | |||||
* | | added crypto_lock portable bits | Brent Cook | 2018-11-11 | 1 | -0/+1 |
| | | |||||
* | | initial 32-bit arm assembly optimization support | Brent Cook | 2018-11-11 | 1 | -1/+14 |
| | | |||||
* | | Misc fixes to bring portable in line with upstream. | bobsayshilol | 2018-11-07 | 1 | -1/+1 |
| | | |||||
* | | Handle running from a directory with a space in the name. | Brent Cook | 2018-10-16 | 1 | -3/+3 |
|/ | | | | from phrocker@ on github | ||||
* | Fix update.sh using $MV instead of bear mv | kinichiro | 2018-07-21 | 1 | -1/+1 |
| | | | | Suggested by tb | ||||
* | Generate regress freenull.c | kinichiro | 2018-07-21 | 1 | -0/+7 |
| | |||||
* | expand symbol filter to include underscore | Brent Cook | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 1 | -2/+0 |
| | |||||
* | fetch before update to grab new branches | Brent Cook | 2017-11-05 | 1 | -0/+1 |
| | |||||
* | Separate man(5) pages | Bernard Spil | 2017-10-22 | 1 | -5/+12 |
| | |||||
* | Add *.5 manpages in libcrypto/man/ | kinichiro | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | make it easier to swap grep (Solaris grep doesn't support alpha) | Brent Cook | 2017-07-08 | 1 | -5/+9 |
| | |||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Land #310, make it easier to build from cvs source | Brent Cook | 2017-05-08 | 1 | -10/+11 |
|\ | |||||
| * | Modify update.sh to change the path of openbsd source tree easily | kinichiro | 2017-05-07 | 1 | -10/+11 |
| | | | | | | | | With this modification, we can build portable with /usr/src easily. | ||||
* | | remove OPENSSL_ia32cap_P from crypto.sym when generated | Brent Cook | 2017-05-01 | 1 | -1/+1 |
|/ | |||||
* | Add recallocarray | kinichiro | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | Copy libc compat files rather than adding into the repository | kinichiro | 2017-01-28 | 1 | -2/+4 |
| | | | | | - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/ | ||||
* | update for improved libtls manpage organization | Brent Cook | 2017-01-27 | 1 | -11/+6 |
| | |||||
* | Add inet_ntop and memmem for ocspcheck | kinichiro | 2017-01-26 | 1 | -0/+2 |
| | |||||
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 1 | -3/+1 |
| | |||||
* | initial ocspcheck integration | Brent Cook | 2017-01-24 | 1 | -7/+18 |
| | |||||
* | Stop generating .def files by update.sh | kinichiro | 2017-01-18 | 1 | -7/+0 |
| | |||||
* | implement support for hiding symbols in libcrypto | kinichiro | 2016-12-26 | 1 | -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 portable | kinichiro | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | add quoting for man links | Brent Cook | 2016-11-05 | 1 | -2/+2 |
| | |||||
* | update for new manpage layout, pod files are gone | Brent Cook | 2016-11-05 | 1 | -14/+1 |
| | |||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -0/+8 |
| | |||||
* | updates for latest build changes | Brent Cook | 2016-11-05 | 1 | -18/+18 |
| | |||||
* | remove cms | Brent Cook | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | update for new repository layout | Brent Cook | 2016-09-02 | 1 | -21/+21 |
| | |||||
* | prefer gnu patch on AIX | Brent Cook | 2016-01-03 | 1 | -1/+6 |
| | |||||
* | refresh nc(1) support | Brent Cook | 2015-12-06 | 1 | -0/+1 |
| |