summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromJoel Sing
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2018-03-17Add DSA_meth_{dup,free,new,set_{finish,sign}}()Theo Buehler
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()Theo Buehler
2018-02-17Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()Theo Buehler
2017-08-28Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedJoel Sing
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.Marc Espie
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryTheo de Raadt
2017-05-06Bring in HKDF, from BoringSSL, with regress tests modified to beBob Beck
2017-04-30Only enable -Werror on libcrypto/libssl/libtls if we are building withJoel Sing
2017-02-28Add an EVP interface that provides concatenated MD5+SHA1 hashes, which areJoel Sing
2017-01-21Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatBob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-05after getting rid of the pod files, clean up the Makefiles; ok bcook@Ingo Schwarze
2016-11-05Add support for X25519.Joel Sing
2016-11-04Nuke the KRB5 ASN.1 code from orbit.Joel Sing
2016-11-04No need to reach libssl private headers and to define TERMIOS anymore.Miod Vallat
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-09-23Append to CLEANFILES instead of replacing it, so libcrypto.pc isMartin Natano
2016-09-14Generate pkg-config files at build time like everything else. ThisMartin Natano
2016-09-11Files in /etc/ssl belong to root. ok deraadtMartin Natano
2016-09-04Remove cms.Joel Sing
2016-09-02LIB=crypto, kind of neccessaryTheo de Raadt
2016-09-02Fix Makefile for file location movesBob Beck
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellMiod Vallat