Age | Commit message (Expand) | Author |
2017-12-11 | bump to 2.7.0 | Brent Cook |
2017-12-11 | http://repzret.org/p/repzret/ | Theo de Raadt |
2017-12-09 | In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef | Theo de Raadt |
2017-12-09 | Please variable decl before code. | Theo de Raadt |
2017-11-28 | Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1. | Joel Sing |
2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections | Theo Buehler |
2017-09-26 | bump version in advance of final release | Brent Cook |
2017-09-26 | bump wo 2.6.2 | Brent Cook |
2017-09-03 | Checking sizeof size_t by SIZE_MAX instead of _LP64 | Kinichiro Inoguchi |
2017-08-31 | Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting | Joel Sing |
2017-08-30 | Bring back the RSA_SSLV23_PADDING define. | Joel Sing |
2017-08-30 | Fix ifdef to if in gcm128.c | Kinichiro Inoguchi |
2017-08-28 | Bump lib{crypto,ssl,tls} majors due to symbol removals. | Joel Sing |
2017-08-28 | Remove EVP_aead_chacha20_poly1305_old() now that the original/old | Joel Sing |
2017-08-28 | Remove documentation for EVP_aead_chacha20_poly1305_ietf() - this was | Joel Sing |
2017-08-28 | Put the opening curly brace in the right place. | Joel Sing |
2017-08-28 | Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related | Joel Sing |
2017-08-28 | Define OPENSSL_NO_NEXTPROTONEG since there is no longer any NPN. | Joel Sing |
2017-08-27 | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | Bob Beck |
2017-08-20 | New manual page X509_check_private_key(3), using information | Ingo Schwarze |
2017-08-20 | fix a pasto in the description of UI_get0_result_string(3); | Ingo Schwarze |
2017-08-20 | Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design; | Ingo Schwarze |
2017-08-20 | Add a BUGS section | Ingo Schwarze |
2017-08-20 | import PEM_bytes_read_bio(3) from OpenSSL, | Ingo Schwarze |
2017-08-20 | mention CRYPTO_mem_leaks_cb(3) because OpenSSL | Ingo Schwarze |
2017-08-20 | import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions we | Ingo Schwarze |
2017-08-20 | fix wrong function name; | Ingo Schwarze |
2017-08-20 | sync with OpenSSL: | Ingo Schwarze |
2017-08-20 | zap trailing whitespace; | Jason McIntyre |
2017-08-20 | sprinkle a few missing dependencies on perl scripts internal bits. | Marc Espie |
2017-08-20 | Sync with OpenSSL: document several new functions, plus some additional | Ingo Schwarze |
2017-08-20 | clarify deprecation notice; | Ingo Schwarze |
2017-08-20 | New ASN1_STRING_TABLE_add(3) manual page, based on information from | Ingo Schwarze |
2017-08-14 | fix missing bracket on ARM | Brent Cook |
2017-08-13 | Add ability to clamp a notafter to values representable in a 32 bit time_t | Bob Beck |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | move endian/word size checks from runtime to compile time | Brent Cook |
2017-08-13 | Convert the sigma and tau initialisers to byte arrays, rather than using | Joel Sing |
2017-08-12 | bump to 2.6.1 | Brent Cook |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-20 | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | Ted Unangst |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-06-28 | .init stub creation doesn't need a jmp + .align to reach a branch target, | Theo de Raadt |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-05-29 | Randomize link-order of libcrypto as we do with libc. This library | Theo de Raadt |
2017-05-26 | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | Joel Sing |