Age | Commit message (Expand) | Author |
2015-09-30 | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | Joel Sing |
2015-09-30 | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | Joel Sing |
2015-09-30 | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | Joel Sing |
2015-09-30 | s/M_ASN1_TIME_free/ASN1_TIME_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-30 | Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets | Joel Sing |
2015-09-30 | Remove support for NO_ASN1_TYPEDEFS. | Doug Hogan |
2015-09-29 | convert "last_time" to a time_t, to handle beyond Y2038 | Theo de Raadt |
2015-09-29 | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | Joel Sing |
2015-09-28 | remove excessive brackets on pointer math | Theo de Raadt |
2015-09-27 | Redo 1.25, without the NULL deref. | Miod Vallat |
2015-09-27 | bump to 2.3.1 | Brent Cook |
2015-09-26 | Use ASN1_item_dup() instead of ASN1_dup(). | Joel Sing |
2015-09-26 | We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits are | Joel Sing |
2015-09-22 | typos in documentation; better wording, suggested by jmc@ | Igor Sobrado |
2015-09-18 | avoid void * pointer arithmetic | Brent Cook |
2015-09-18 | Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for | Stuart Henderson |
2015-09-17 | Remove more EVP_sha() SHA-0 references. | Brent Cook |
2015-09-17 | Re-add missing comma from SHA-0 removal which breaks mlinks generation. | Stuart Henderson |
2015-09-17 | include stdint.h for uint64_t | Brent Cook |
2015-09-14 | Add support for disabling certificate and CRL validity checking. | Joel Sing |
2015-09-14 | delete bogus trailing .Ns from SYNOPSIS .Ft macros | Ingo Schwarze |
2015-09-14 | fix formatting by adding the required quotes to .Fa in the SYNOPSIS | Ingo Schwarze |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and | Miod Vallat |
2015-09-13 | Handle negative-zero in BN_bn2dec() too, just like in BN_print(). | Theo de Raadt |
2015-09-13 | Reorder functions for readability/consistency. | Joel Sing |
2015-09-13 | BN does support negative-zero -- BN_print() sets the standard here. | Theo de Raadt |
2015-09-13 | Only check for key truncation if no KDF function is being used. | Joel Sing |
2015-09-13 | Stop generating private keys in a network buffer. | Joel Sing |
2015-09-13 | Use ECDH_size() instead of rolling our own. | Joel Sing |
2015-09-13 | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable | Joel Sing |
2015-09-13 | Merge ech_ossl.c into ech_key.c - not much point having one file with a | Joel Sing |
2015-09-13 | Provide ECDH_size(). | Joel Sing |
2015-09-13 | Check ECDH output buffer length and avoid truncation. | Joel Sing |
2015-09-13 | Lob a style(9) grenade in here. | Joel Sing |
2015-09-13 | Mechanical minor bump to follow libcrypto. | Miod Vallat |
2015-09-13 | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | Miod Vallat |
2015-09-13 | The *_accept() functions increment in_handshake at the start of the function, | Joel Sing |
2015-09-13 | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | Joel Sing |
2015-09-12 | Split ssl3_send_client_key_exchange() (387 lines of code) into five | Joel Sing |
2015-09-12 | Fix function name. | Joel Sing |
2015-09-12 | Sync handling of cached record digests with s3_srvr.c. | Joel Sing |
2015-09-12 | explicit_bzero() the GOST premaster secret. | Joel Sing |
2015-09-12 | Unwrap a bunch of lines. | Joel Sing |
2015-09-12 | Remove most of the SSLv3 version checks and a few TLS v1.0. | Doug Hogan |