summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02Add cpuid support for arm64 so that we can recognize whichPatrick Wildt
2019-06-28failed to detect asprintf() error by observing return of -1, instead theTheo de Raadt
2019-06-17Make BN_num_bits_word() constant time.Theo Buehler
2019-06-14Improve pages that briefly mentioned ERR - usually below SEE ALSO -Ingo Schwarze
2019-06-14Further improve the documentation of library initialization and configuration.Ingo Schwarze
2019-06-10delete references to ERR pages from SEE ALSO where suchIngo Schwarze
2019-06-10add links back to crypto(3) to function group entry pagesIngo Schwarze
2019-06-08Delete the display of the RSA_METHOD objectIngo Schwarze
2019-06-08In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.Ingo Schwarze
2019-06-08document the RSA_FLAG_* constants for RSA_*_flags(3);Ingo Schwarze
2019-06-07Remove the last references to the RAND_*(3) functions.Ingo Schwarze
2019-06-07link to EVP_EncodeInit(3), which was the only missing child pageIngo Schwarze
2019-06-07link back to evp(3), just like for the other group entry pagesIngo Schwarze
2019-06-07Remove pointless direct backlinks from the leaf pages HMAC(3) andIngo Schwarze
2019-06-07remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)Ingo Schwarze
2019-06-06minor errors in previous commit pointed out by jmc@Ingo Schwarze
2019-06-06Tree structure for manual pages: crypto(3) links to 33 functionIngo Schwarze
2019-06-05provide getters and setters for the RSA_METHOD interfaceGilles Chehade
2019-06-05Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*Theo Buehler
2019-06-04OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)Ingo Schwarze
2019-06-04Readability tweak in a comment.Theo Buehler
2019-06-04Remove the blinding later to avoid leaking information on the lengthTheo Buehler
2019-06-04Readability tweaks for comments that explain the blinding.Theo Buehler
2019-06-04Remove the blinding later to avoid leaking information on the lengthTheo Buehler
2019-06-04.In openssl/x509_vfy.hIngo Schwarze
2019-06-04Add several missing .In linesIngo Schwarze
2019-06-03add missing .In linesIngo Schwarze
2019-06-03add missing .In lineIngo Schwarze
2019-05-23bump to LibreSSL 3.0.0Brent Cook
2019-05-23add stdlib.h for reallocarrayBrent Cook
2019-05-20*an* RSA;Jason McIntyre
2019-05-14Correct missing test to determine if length is in bytes or in bits.Bob Beck
2019-05-12Fix signed overflow in X509_CRL_print().Theo Buehler
2019-05-12Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key isTheo Buehler
2019-05-12Stop the eyebleed in here and just use callocBob Beck
2019-05-11$OpenBSD$Theo Buehler
2019-05-11Remove commented out rc5 bitsTheo Buehler
2019-05-10Initialize EC_KEY_METHOD before use.Brent Cook
2019-05-10Revert part of r1.36: in the case of GCM, gcm.key is assigned fromTheo Buehler
2019-05-09Fix incorrect carry operation in 512 bit addition: in the caseTheo Buehler
2019-05-08initialize safestack pointersBrent Cook
2019-05-08Make sure that the tag buffer size is equal to the tag sizeTheo Buehler
2019-04-28Avoid an undefined shift in ASN1_ENUMERATED_get().Theo Buehler
2019-04-28Avoid an undefined shift in ASN1_INTEGER_get().Theo Buehler
2019-04-22Add error checking to i2v_POLICY_MAPPINGS().Theo Buehler
2019-04-22Add error checking to i2v_POLICY_CONSTRAINTS().Theo Buehler
2019-04-22Add error checking to i2v_EXTENDED_KEY_USAGE().Theo Buehler
2019-04-22Add error checking to i2v_ASN1_BIT_STRING().Theo Buehler
2019-04-22Add error checking to i2v_BASIC_CONSTRAINTS().Theo Buehler