summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-1/+7
* No need to include <bsd.prog.mk> here.tb2019-01-231-2/+1
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-3/+7
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-2/+7
* Add automatic threading initialization for libcrypto.bcook2018-11-111-2/+2
* Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing2018-10-241-4/+2
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-2/+2
* Add DSA_meth_{dup,free,new,set_{finish,sign}}()tb2018-03-171-1/+2
* Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()tb2018-03-171-2/+2
* Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb2018-02-171-2/+2
* Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedjsing2017-08-281-2/+2
* sprinkle a few missing dependencies on perl scripts internal bits.espie2017-08-201-3/+3
* Switch to -Werror with clang for libressl.doug2017-08-131-2/+2
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+1
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-161-1/+2
* Randomize link-order of libcrypto as we do with libc. This libraryderaadt2017-05-291-1/+2
* Bring in HKDF, from BoringSSL, with regress tests modified to bebeck2017-05-061-1/+6
* Only enable -Werror on libcrypto/libssl/libtls if we are building withjsing2017-04-301-3/+6
* Add an EVP interface that provides concatenated MD5+SHA1 hashes, which arejsing2017-02-281-1/+2
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-2/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-2/+10
* after getting rid of the pod files, clean up the Makefiles; ok bcook@schwarze2016-11-051-2/+5
* Add support for X25519.jsing2016-11-051-1/+6
* Nuke the KRB5 ASN.1 code from orbit.jsing2016-11-041-6/+1
* No need to reach libssl private headers and to define TERMIOS anymore.miod2016-11-041-4/+1
* Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,tb2016-10-161-2/+4
* Append to CLEANFILES instead of replacing it, so libcrypto.pc isnatano2016-09-231-2/+2
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-141-2/+3
* Files in /etc/ssl belong to root. ok deraadtnatano2016-09-111-4/+4
* Remove cms.jsing2016-09-041-8/+1
* only regen pkg-config files when required; ok jaspernatano2016-09-041-5/+5
* Make tree build againbeck2016-09-031-2/+427
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-0/+24