Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new files to build | Brent Cook | 2021-09-08 | 1 | -0/+2 |
| | |||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -2/+6 |
| | |||||
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 1 | -2/+2 |
| | | | | Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well. | ||||
* | Link crypto and ssl object files directly instead of static library | kinichiro | 2020-10-04 | 1 | -0/+13 |
| | | | | | | - Output object files list variable for libcrypto and libssl to .mk file. - Include object files list variable .mk from tls/Makefile - Link .lo files directly instead of static library for libtls. | ||||
* | Add x509_verify.c x509_verify.h | kinichiro | 2020-09-14 | 1 | -0/+1 |
| | |||||
* | Add x509_issuer_cache.c x509_issuer_cache.h | kinichiro | 2020-09-13 | 1 | -0/+2 |
| | |||||
* | Add x509_constraints.c x509_internal.h | kinichiro | 2020-09-13 | 1 | -0/+2 |
| | |||||
* | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 2020-06-10 | 1 | -39/+36 |
| | |||||
* | crypto: regenerate crypto_portable.sym | Dmitry Baryshkov | 2020-03-31 | 1 | -1/+2 |
| | | | | | | | Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
* | crypto: do not include gost.h into noinst_HEADERS | Dmitry Baryshkov | 2020-03-25 | 1 | -1/+0 |
| | | | | | gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
* | remove extra cms in cmac | Brent Cook | 2019-11-03 | 1 | -3/+3 |
| | |||||
* | add cms to portable build | Brent Cook | 2019-11-03 | 1 | -3/+20 |
| | |||||
* | remove duplicate copy of public header | Brent Cook | 2019-09-09 | 1 | -1/+0 |
| | |||||
* | update portable for latest build changes | Brent Cook | 2019-09-09 | 1 | -0/+3 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -0/+4 |
| | |||||
* | add unimpl fallback for getprogname | Brent Cook | 2019-02-03 | 1 | -1/+4 |
| | |||||
* | update autoconf for latest compat functions | Brent Cook | 2019-01-31 | 1 | -0/+14 |
| | |||||
* | enable asm for mingw64 | Brent Cook | 2019-01-20 | 1 | -3/+0 |
| | |||||
* | generate masm and mingw64 assembly | Brent Cook | 2019-01-20 | 1 | -0/+6 |
| | |||||
* | fix build | Brent Cook | 2019-01-19 | 1 | -0/+3 |
| | |||||
* | add ec to crypto private -I path for ec_lcl.h | Brent Cook | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | Add arm_arch.h to build ARM portable | kinichiro | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | build crypto_lock_win.c in-place | Brent Cook | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 1 | -0/+5 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 1 | -0/+5 |
| | | |||||
* | | added crypto_lock portable bits | Brent Cook | 2018-11-11 | 1 | -0/+5 |
| | | |||||
* | | add arm asm support via autoconf/make | Brent Cook | 2018-11-11 | 1 | -0/+3 |
| | | |||||
* | | Misc fixes to bring portable in line with upstream. | bobsayshilol | 2018-11-07 | 1 | -2/+0 |
|/ | |||||
* | add new init functions | Brent Cook | 2018-03-18 | 1 | -0/+3 |
| | |||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 1 | -7/+0 |
| | |||||
* | Add bio_meth.c | kinichiro | 2018-02-26 | 1 | -0/+1 |
| | |||||
* | Remove rsa/rsa_ssl.c | kinichiro | 2017-09-01 | 1 | -1/+0 |
| | |||||
* | don't build empty object files | Brent Cook | 2017-08-12 | 1 | -4/+0 |
| | |||||
* | generate the crypto export symbol list at build time | Brent Cook | 2017-07-08 | 1 | -0/+74 |
| | | | | | | we currently do it at configure time, which makes this a generated source, but generated sources should be cleaned up, which breaks 'make clean; make' | ||||
* | Add HKDF functionality | kinichiro | 2017-05-13 | 1 | -0/+3 |
| | |||||
* | Add freezero support | kinichiro | 2017-04-22 | 1 | -0/+4 |
| | |||||
* | move crypto_portable.sym to builddir | Brent Cook | 2017-04-10 | 1 | -1/+4 |
| | |||||
* | Add support for getpagesize | kinichiro | 2017-03-15 | 1 | -0/+4 |
| | |||||
* | Add recallocarray | kinichiro | 2017-03-09 | 1 | -0/+4 |
| | |||||
* | Add crypto/evp/m_md5_sha1.c | kinichiro | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | Move strsep.c to crypto/compat/ and add ocspcheck build to CMake | kinichiro | 2017-01-25 | 1 | -0/+4 |
| | |||||
* | updates for new tests and layout | Brent Cook | 2017-01-22 | 1 | -0/+1 |
| | |||||
* | add missing ecp_nist*.c files | Brent Cook | 2017-01-18 | 1 | -0/+4 |
| | |||||
* | Stop generating .def files by update.sh | kinichiro | 2017-01-18 | 1 | -1/+0 |
| | |||||
* | Fix to use -export-symbols for libcrypto | kinichiro | 2017-01-15 | 1 | -1/+2 |
| | | | | - generating platform specific crypto/crypto_portable.sym from crypto.sym | ||||
* | include vpm_int.h | Brent Cook | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Add curve25519 to portable | kinichiro | 2016-11-06 | 1 | -0/+6 |
| | |||||
* | updates for latest build changes | Brent Cook | 2016-11-05 | 1 | -3/+1 |
| | |||||
* | export DLLs functions for MSVC with CMake | kinichiro | 2016-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | - Add 3 DEF files to export functions from Windows DLLs - Add gettimeofday to crypto/crypto.def (*1) - Remove gai_strerrorA from tls/tls.def (*1) - Fix CMakeLists.txt to use DEF files as PRIVATE - Change DLL import library file name since it duplicates with static library - Ignore compiler warning C4267, and Edit CMAKE_C_FLAGS not to overwrite it (*1) - Add USE_SHARED option to build openssl.exe with shared libraries (*1) (*1) recommended by @mcnameej | ||||
* | add constant_time_locl.h | Brent Cook | 2016-05-04 | 1 | -0/+2 |
| |