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