summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-19Fix comment describing BN_mod_sqrt()Theo Buehler
2022-11-19Rework pkey_dsa_sign() and pkey_dsa_verify()Theo Buehler
2022-11-19Rework DSA_sign() and DSA_verify()Theo Buehler
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-11-19whitespaceTheo Buehler
2022-11-19Fix whitespaceTheo Buehler
2022-11-19Unindent and check some pointers explicitly against NULLTheo Buehler
2022-11-19Remove HMAC PRIVATE KEY supportTheo Buehler
2022-11-18Check os for NULL before dereferencing itTheo Buehler
2022-11-18Include bytestring.h directly rather than pulling it in via asn1_locl.hTheo Buehler
2022-11-18Wire up HMAC to raw private key methodsTheo Buehler
2022-11-18Change the pkey.ptr from char * to void *Theo Buehler
2022-11-18group -> fieldTheo Buehler
2022-11-18polynominal -> polynomialTheo Buehler
2022-11-18new manual page BN_GF2m_add(3)Ingo Schwarze
2022-11-17Prevent Ed25519 signature malleabilityTheo Buehler
2022-11-17Restrict what getaddrinfo(3) is willing to try to resolve.Florian Obser
2022-11-17Revert "Check certificate extensions in trusted certificates"Bob Beck
2022-11-16tolower(3) guarantees to return its argument unchanged if it's notFlorian Obser
2022-11-16mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex,Ingo Schwarze
2022-11-16expose the documentation of X509_STORE_CTX_verify_fn(3)Ingo Schwarze
2022-11-16document X509_STORE_CTX_verify_cb(3) and X509_STORE_get_verify_cb(3)Ingo Schwarze
2022-11-16Mark BN_mod_exp2_mont() as intentionally undocumented.Ingo Schwarze
2022-11-15document BN_mod_sqrt(3)Ingo Schwarze
2022-11-14document BN_kronecker(3)Ingo Schwarze
2022-11-14document BN_reciprocal(3)Ingo Schwarze
2022-11-14Hide public symbols in libcrypto/x509 .c filesBob Beck
2022-11-13Fix comment styleTheo Buehler
2022-11-13Various improvements; joint work with beck@:Ingo Schwarze
2022-11-13Check certificate extensions in trusted certificates.Bob Beck
2022-11-13Avoid symbol collision with libcryptoTheo Buehler
2022-11-13Bump libtls minor to match libcrypto and libsslTheo Buehler
2022-11-13Bump libssl minor to match libcryptoTheo Buehler
2022-11-13Bump minor after symbol additionTheo Buehler
2022-11-13Update Symbols.listTheo Buehler
2022-11-13Expose direct access API for Ed25519.Theo Buehler
2022-11-13Expose various EVP hooks for Ed25519 and X25519Theo Buehler
2022-11-13Add ED25519 aliases for NID, SN and OBJTheo Buehler
2022-11-13Expose ASN1_buf_print() in asn1.hTheo Buehler
2022-11-12Hide symbols in libcrypto/uiBob Beck
2022-11-12Hide symbols in libcrypto/pkcs12Bob Beck
2022-11-12Hide symbols in libcrypto/pkcs7Bob Beck
2022-11-11Hide symbols in libcrypto/stackBob Beck
2022-11-11Convert the legacy TLS stack to tls_content.Joel Sing
2022-11-11Symbols.list: Drop comments and sort.Theo Buehler
2022-11-11Use named initialisers.Joel Sing
2022-11-11Merge bf_pi.h into bf_skey.c.Joel Sing
2022-11-11Tidy includes, fix comment style and mop up some blank lines.Joel Sing
2022-11-11Whack blowfish with a style(9) bat.Joel Sing
2022-11-11Nuke trailing space in a comment.Kenneth R Westerback