summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-10Add pkcs12 options and smime tests for appstest.shinoguchi1-8/+40
2019-06-10add links back to crypto(3) to function group entry pagesschwarze22-45/+70
2019-06-08remove pointless NOTES section header linesschwarze9-27/+27
2019-06-08Delete the display of the RSA_METHOD objectschwarze1-70/+1
2019-06-08In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.schwarze5-46/+499
2019-06-08document the RSA_FLAG_* constants for RSA_*_flags(3);schwarze1-3/+76
2019-06-07Remove the last references to the RAND_*(3) functions.schwarze12-47/+34
2019-06-07link to EVP_EncodeInit(3), which was the only missing child pageschwarze1-1/+6
2019-06-07link back to evp(3), just like for the other group entry pagesschwarze1-2/+3
2019-06-07Remove pointless direct backlinks from the leaf pages HMAC(3) andschwarze2-6/+4
2019-06-07remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)schwarze3-21/+7
2019-06-07tidy up the formatting of gendsa synopsis a little;jmc1-5/+3
2019-06-07Convert openssl(1) gendsa to the newer style of option handlinginoguchi2-84/+178
2019-06-06minor errors in previous commit pointed out by jmc@schwarze4-8/+8
2019-06-06Tree structure for manual pages: crypto(3) links to 33 functionschwarze117-281/+539
2019-06-05provide getters and setters for the RSA_METHOD interfacegilles6-5/+246
2019-06-05Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*tb1-3/+3
2019-06-04OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)schwarze1-3/+3
2019-06-04Readability tweak in a comment.tb1-2/+2
2019-06-04Remove the blinding later to avoid leaking information on the lengthtb1-3/+3
2019-06-04Readability tweaks for comments that explain the blinding.tb1-5/+5
2019-06-04Remove the blinding later to avoid leaking information on the lengthtb1-3/+3
2019-06-04.In openssl/x509_vfy.hschwarze1-3/+4
2019-06-04Add several missing .In linesschwarze1-3/+13
2019-06-04Move to env var, likelky the possibility to set malloc options fromotto2-19/+8
2019-06-03add missing .In linesschwarze2-4/+6
2019-06-03add missing .In lineschwarze1-2/+3
2019-06-02Complete the ld.so boot cleanup: move most libc initialization fromguenther2-8/+5
2019-05-30__realpath(2) appears to have improved, so re-enable the code thatderaadt1-3/+136
2019-05-29Relax parsing of TLS key share extensions on the server.jsing1-5/+2
2019-05-29Do not send an SNI extension when resuming a session that contains a serverjsing1-1/+4
2019-05-29There are some bugs in __realpath(2) -- it isn't quite ready so disablederaadt1-136/+3
2019-05-28Fix typo and label indent.jsing1-3/+3
2019-05-28Tidy up some names/structures following the renaming of TLS extensionjsing1-35/+35
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.beck1-3/+136
2019-05-23Throw malloc_conceal and freezero into the mix.otto1-3/+8
2019-05-23Only override size of chunk if we're not given the actual length.otto1-2/+3
2019-05-23bump to LibreSSL 3.0.0bcook1-3/+3
2019-05-23add stdlib.h for reallocarraybcook1-1/+2
2019-05-20*an* RSA;jmc3-9/+9
2019-05-19clarify that later flags modify earlier flags;schwarze1-2/+4
2019-05-16More consistently put remarks about the less useful LC_* categoties,schwarze2-14/+26
2019-05-15delete two stray blank linesschwarze1-4/+2
2019-05-15check result of ftruncate() as we do write() belowbcook1-2/+4
2019-05-15s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there isbcook3-29/+20
2019-05-14Correct missing test to determine if length is in bytes or in bits.beck1-1/+3
2019-05-14Use propper regress target to integrate better into test framework.bluhm1-2/+4
2019-05-13Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.bcook1-4/+2
2019-05-13Acquire mutex before incrementing the refcount. Fixes COV-186144bcook1-1/+3
2019-05-13Move 'how this works' details from namespace.h to DETAILSguenther2-112/+136