summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-09-05add a BUGS section warning about the creation of incomplete objectsIngo Schwarze
2023-09-05Improve error handling in OBJ_add_object()Theo Buehler
2023-09-05document EVP_CIPHER_name(3)Ingo Schwarze
2023-09-05add the missing .Dv macros to the list of flagsIngo Schwarze
2023-09-05improve the descriptions of almost all flags,Ingo Schwarze
2023-09-05Partial rewrite:Ingo Schwarze
2023-09-04Make wp_local.h and cmll_local.h self-standingTheo Buehler
2023-09-04unbreak build with llvm-16 by including sys/types.h for __BEGIN_HIDDEN_DECLSRobert Nagy
2023-09-02whitespaceTheo Buehler
2023-09-02Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA()Theo Buehler
2023-09-01Many improvements, almost amounting to a partial rewrite:Ingo Schwarze
2023-09-01Fix EVP_PKEY_get0_RSA() for RSA-PSSTheo Buehler
2023-09-01fix an obvious typo in the OBJ_NAME_add(3) prototypeIngo Schwarze
2023-08-31Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),Ingo Schwarze
2023-08-30Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()Job Snijders
2023-08-30Document EVP_{CIPHER,MD}_do_all{,_sorted}(3)Theo Buehler
2023-08-30Fix leaks in copy_issuer()Theo Buehler
2023-08-29Replace last ecdh.h and ecdsa.h occurrences with ec.hTheo Buehler
2023-08-27Move the weak SHA-1 and MD5 hashes out of EVP_DigestInit(3)Ingo Schwarze
2023-08-27document the return value of EVP_PKEY_asn1_find(3) andIngo Schwarze
2023-08-27EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .XrIngo Schwarze
2023-08-27document EVP_PKEY_set_type_str(3)Ingo Schwarze
2023-08-26add the missing information that and how flags can be combined,Ingo Schwarze
2023-08-26Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch.Ingo Schwarze
2023-08-26write documentation for EVP_CIPHER_CTX_copy(3)Ingo Schwarze
2023-08-26transfering -> transferringJonathan Gray
2023-08-26Remove two unnecessary local variablesTheo Buehler
2023-08-25make the one-line description read betterIngo Schwarze
2023-08-25In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3)Ingo Schwarze
2023-08-25fix eight more instances of copy & paste glitchesIngo Schwarze
2023-08-25KNF, no assembly changeIngo Schwarze
2023-08-25Mention another bug for EVP_add_{cipher,digest}(3)Theo Buehler
2023-08-25Improve EVP_add_cipher.3 a bitTheo Buehler
2023-08-25Add more cross referencesTheo Buehler
2023-08-25Document EVP_add_{cipher,digest} and friendsTheo Buehler
2023-08-25zap a stray spaceTheo Buehler
2023-08-24cms_content_bio() is not used outside of cms_lib.cTheo Buehler
2023-08-24Some tweaking of cms_content_bio()Theo Buehler
2023-08-24Better names for the BIOs in CMS_dataInit()Theo Buehler
2023-08-24Update references from RFC 7539 to RFC 8439Theo Buehler
2023-08-24Align the documentation of EVP_chacha20() with actual behaviorTheo Buehler
2023-08-24Clarify how the EVP IV is used with ChaChaTheo Buehler
2023-08-23Mention key and nonce lengths of AEAD ciphers.Ingo Schwarze
2023-08-22Pull the NULL check for cmsbio into the switchTheo Buehler
2023-08-22Plug a leak of cont in CMS_dataInit()Theo Buehler
2023-08-22Plug a leak of ASN1_INTEGR in def_serial_cb()Theo Buehler
2023-08-21ec_ameth: clean up eckey_{pub,priv}_encode()Theo Buehler
2023-08-21spellingJonathan Gray
2023-08-18Check X509_digest() return in x509v3_cache_extensions()Theo Buehler
2023-08-17Garbage collect two commented abort()Theo Buehler