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