aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-101-39/+36
|
* crypto: regenerate crypto_portable.symDmitry Baryshkov2020-03-311-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_HEADERSDmitry Baryshkov2020-03-251-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 cmacBrent Cook2019-11-031-3/+3
|
* add cms to portable buildBrent Cook2019-11-031-3/+20
|
* remove duplicate copy of public headerBrent Cook2019-09-091-1/+0
|
* update portable for latest build changesBrent Cook2019-09-091-0/+3
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+4
|
* add unimpl fallback for getprognameBrent Cook2019-02-031-1/+4
|
* update autoconf for latest compat functionsBrent Cook2019-01-311-0/+14
|
* enable asm for mingw64Brent Cook2019-01-201-3/+0
|
* generate masm and mingw64 assemblyBrent Cook2019-01-201-0/+6
|
* fix buildBrent Cook2019-01-191-0/+3
|
* add ec to crypto private -I path for ec_lcl.hBrent Cook2019-01-191-0/+1
|
* Add arm_arch.h to build ARM portablekinichiro2019-01-041-0/+1
|
* build crypto_lock_win.c in-placeBrent Cook2019-01-011-1/+1
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-0/+5
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-0/+5
| |
* | added crypto_lock portable bitsBrent Cook2018-11-111-0/+5
| |
* | add arm asm support via autoconf/makeBrent Cook2018-11-111-0/+3
| |
* | Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-071-2/+0
|/
* add new init functionsBrent Cook2018-03-181-0/+3
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-7/+0
|
* Add bio_meth.ckinichiro2018-02-261-0/+1
|
* Remove rsa/rsa_ssl.ckinichiro2017-09-011-1/+0
|
* don't build empty object filesBrent Cook2017-08-121-4/+0
|
* generate the crypto export symbol list at build timeBrent Cook2017-07-081-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 functionalitykinichiro2017-05-131-0/+3
|
* Add freezero supportkinichiro2017-04-221-0/+4
|
* move crypto_portable.sym to builddirBrent Cook2017-04-101-1/+4
|
* Add support for getpagesizekinichiro2017-03-151-0/+4
|
* Add recallocarraykinichiro2017-03-091-0/+4
|
* Add crypto/evp/m_md5_sha1.ckinichiro2017-03-051-0/+1
|
* Move strsep.c to crypto/compat/ and add ocspcheck build to CMakekinichiro2017-01-251-0/+4
|
* updates for new tests and layoutBrent Cook2017-01-221-0/+1
|
* add missing ecp_nist*.c filesBrent Cook2017-01-181-0/+4
|
* Stop generating .def files by update.shkinichiro2017-01-181-1/+0
|
* Fix to use -export-symbols for libcryptokinichiro2017-01-151-1/+2
| | | | - generating platform specific crypto/crypto_portable.sym from crypto.sym
* include vpm_int.hBrent Cook2016-11-061-0/+1
|
* Add curve25519 to portablekinichiro2016-11-061-0/+6
|
* updates for latest build changesBrent Cook2016-11-051-3/+1
|
* export DLLs functions for MSVC with CMakekinichiro2016-10-301-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.hBrent Cook2016-05-041-0/+2
|
* do not link libcompatnoopt if it is unneeded/builtBrent Cook2015-11-221-3/+8
| | | | from andy-js on github, fix #158
* remove a_gen/utctm.cBrent Cook2015-10-211-2/+0
|
* disable some tests with 32-bit time_t systemsBrent Cook2015-10-171-2/+0
| | | | Also disable use of _mkgmtime, it does not produce correct results.
* include timegm fallbackBrent Cook2015-10-151-0/+6
|
* Use bundled headers instead of installed headers when buildingJeremy Huddleston Sequoia2015-10-141-4/+5
| | | | | | | | | | | | | The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* updates for ASN.1 time handlingBrent Cook2015-10-061-0/+1
|
* final bit of SHA-0 removalBrent Cook2015-09-171-1/+0
|