summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2017-08-20New manual page X509_check_private_key(3), using informationIngo Schwarze
2017-08-20fix a pasto in the description of UI_get0_result_string(3);Ingo Schwarze
2017-08-20Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design;Ingo Schwarze
2017-08-20Add a BUGS sectionIngo Schwarze
2017-08-20import PEM_bytes_read_bio(3) from OpenSSL,Ingo Schwarze
2017-08-20mention CRYPTO_mem_leaks_cb(3) because OpenSSLIngo Schwarze
2017-08-20import EVP_PKEY_meth_get_count.pod from OpenSSL, pruning the functions weIngo Schwarze
2017-08-20fix wrong function name;Ingo Schwarze
2017-08-20sync with OpenSSL:Ingo Schwarze
2017-08-20zap trailing whitespace;Jason McIntyre
2017-08-20sprinkle a few missing dependencies on perl scripts internal bits.Marc Espie
2017-08-20Sync with OpenSSL: document several new functions, plus some additionalIngo Schwarze
2017-08-20clarify deprecation notice;Ingo Schwarze
2017-08-20New ASN1_STRING_TABLE_add(3) manual page, based on information fromIngo Schwarze
2017-08-14fix missing bracket on ARMBrent Cook
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2017-08-12bump to 2.6.1Brent Cook
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-07-20Allow leading . in nameConstraints. from openssl via jabberwock. ok jsingTed Unangst
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-05fix cross references to self; found with mandoc -TlintIngo Schwarze
2017-06-28.init stub creation doesn't need a jmp + .align to reach a branch target,Theo de Raadt
2017-06-22Distinguish between self-issued certificates and self-signed certificates.Joel Sing
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-10repair broken markup of callback argument; found with mandoc -TlintIngo Schwarze
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryTheo de Raadt
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().Joel Sing
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