Age | Commit message (Expand) | Author |
2017-05-25 | Add definitions for three OIDs used in EV certificates. | Joel Sing |
2017-05-11 | Fix a problem introduced in freezero() conversion and use | Jonathan Gray |
2017-05-08 | BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on success | Joel Sing |
2017-05-06 | Bring in HKDF, from BoringSSL, with regress tests modified to be | Bob Beck |
2017-05-06 | space needed between macro arg and punctuation; | Jason McIntyre |
2017-05-06 | Bump minors for symbol addition in libcrypto | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_to to exported symbols | Bob Beck |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2017-05-02 | the XXXfree functions being called accept NULL, so don't check first. | Theo de Raadt |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-04-30 | No original OpenSSL code remains in this file. Relicense | Bob Beck |
2017-04-30 | Make BIO_get_host_ip just yet another getaddrinfo wrapper | Bob Beck |
2017-04-30 | Rework BIO_accept to be more like modern code. | Bob Beck |
2017-04-30 | Only enable -Werror on libcrypto/libssl/libtls if we are building with | Joel Sing |
2017-04-30 | Microsoft Windows hates BIO_get_accept_socket in portable. Fix it to | Bob Beck |
2017-04-29 | Stop calling OPENSSL_init() internally, since it is a no-op. Also place | Joel Sing |
2017-04-29 | Switch Linux getrandom() usage to non-blocking mode, continuing to | Bob Beck |
2017-04-28 | Revert previous change that forced consistency between return value and | Bob Beck |
2017-04-28 | revert previous accidental commit | Bob Beck |
2017-04-28 | *** empty log message *** | Bob Beck |
2017-04-10 | new X25519(3) manual page; | Ingo Schwarze |
2017-04-10 | document three additional functions; | Ingo Schwarze |
2017-04-09 | Simplify/clean up BUF_MEM_grow_clean(). | Joel Sing |
2017-04-09 | With recallocarray() BUF_MEM_grow() is essentially the same as | Joel Sing |
2017-04-09 | Explicitly test for NULL. | Joel Sing |
2017-04-06 | trailing ; on end of macro definition is wrong; ok guenther | Theo de Raadt |
2017-04-06 | bump version for new development branch | Brent Cook |
2017-04-03 | Fix silly code that printfs NULL when there are no fractional seconds | Bob Beck |
2017-03-27 | reinstate the capitalisation from previous, as advised by schwarze; | Jason McIntyre |
2017-03-26 | tweak previous; | Jason McIntyre |
2017-03-26 | merge new UI documentation from OpenSSL | Ingo Schwarze |
2017-03-25 | document X509_Digest(3) and friends; | Ingo Schwarze |
2017-03-25 | document the public function X509_cmp_time(3); | Ingo Schwarze |
2017-03-25 | correct RETURN VALUES; | Ingo Schwarze |
2017-03-25 | fix two more prototypes; | Ingo Schwarze |
2017-03-25 | correct prototypes; | Ingo Schwarze |
2017-03-25 | complete description of RETURN VALUES; | Ingo Schwarze |
2017-03-25 | minimal stub-quality documentation of EVP_MD_CTX_ctrl(3); | Ingo Schwarze |
2017-03-25 | OpenSSL documented the public function BIO_printf(3) (and friends) | Ingo Schwarze |
2017-03-25 | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | Ingo Schwarze |
2017-03-16 | Convert BUF_MEM_grow() and BUF_MEM_grow_clean() to recallocarray(), | Joel Sing |
2017-03-16 | Use calloc() instead of malloc() followed by manually zeroing fields. | Joel Sing |
2017-03-03 | Ensure MD and key initialized before processing HMAC | Kinichiro Inoguchi |
2017-03-01 | Include EVP_md5_sha1() via OpenSSL_add_all_digests(). | Joel Sing |
2017-02-28 | Bump minors due to symbol addition. | Joel Sing |
2017-02-28 | Document EVP_md5_sha1(). | Joel Sing |
2017-02-28 | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are | Joel Sing |
2017-02-28 | Fix typo in issuingDistributionPoint description. | Joel Sing |
2017-02-24 | Add the following root CAs, from SECOM Trust Systems / Security Communication | Stuart Henderson |
2017-02-21 | don;t end Nd with a full stop; | Jason McIntyre |