summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add and fix check for BN functions return valueinoguchi2022-01-201-4/+5
* Add check for BN functions return valueinoguchi2022-01-201-3/+5
* Add check for BIO_indent return valueinoguchi2022-01-201-2/+3
* Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs sometb2022-01-192-4/+12
* Check return value from EVP_CIPHER_CTX_new in cms_pwri.cinoguchi2022-01-191-2/+4
* Check function return value in libtlsinoguchi2022-01-191-9/+21
* Avoid memory leak in error path with openssl(1) smimeinoguchi2022-01-161-1/+2
* Avoid memory leak in error path with openssl(1) cmsinoguchi2022-01-161-1/+3
* spellingjsg2022-01-1512-39/+39
* Add back an accidentally dropped .Pptb2022-01-151-1/+2
* Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removaltb2022-01-151-50/+2
* Stop documenting clone digests.tb2022-01-153-47/+7
* Minor cleanup and simplification in dsa_pub_encode()tb2022-01-151-15/+8
* Add ct.h and x509_vfy.hinoguchi2022-01-151-1/+3
* Avoid buffer overflow in asn1_parse2inoguchi2022-01-141-2/+2
* Enable openssl pkey -{,pub}check and pkeyparam -checktb2022-01-142-6/+2
* Undo static linking and other workarounds that are no longer neededtb2022-01-146-19/+15
* Convert wycheproof.go for opaque EVP_AEAD_CTXtb2022-01-141-11/+18
* The cttest can link dynamically nowtb2022-01-141-2/+2
* Simplify BN_mont test slightly using a new accessor.tb2022-01-141-4/+2
* openssl(1) dgst: fix build after clones removaltb2022-01-141-4/+1
* Convert openssl(1) speed for opaque EVP_AEAD_CTXtb2022-01-141-13/+31
* Convert openssl(1) rsa.c for opaque RSAtb2022-01-141-2/+2
* openssl(1) genrsa: simplify access to rsa->etb2022-01-141-5/+3
* Convert openssl(1) gendsa.c to opaque DSAtb2022-01-141-2/+2
* Convert openssl(1) dsaparam to opaque dsatb2022-01-141-11/+13
* Convert openssl(1) dsa.c to opaque DSAtb2022-01-141-2/+2
* Convert openssl(1) dhparam to opaque DHtb2022-01-141-12/+14
* Convert openssl(1) dh.c to opaque DHtb2022-01-141-10/+12
* bump libcrypto, libssl, libtls majors after struct visibility changestb2022-01-143-3/+3
* Use the correct type for ssl_callback_ctrl()tb2022-01-141-3/+3
* Convert the new record layers to opaque EVP_AEAD_CTXtb2022-01-142-12/+6
* Convert ssl_kex.c to opaque DHtb2022-01-141-11/+11
* Use BIO_next/BIO_set_next in ssl_lib.ctb2022-01-141-3/+3
* bio_ssl.c needs to peek into bio_local.htb2022-01-142-2/+4
* Update Symbols.listtb2022-01-141-49/+190
* Unconditionally comment out OPENSSL_NO_RFC3779tb2022-01-141-3/+1
* Remove header guard around RFC 3779 declarationstb2022-01-141-3/+1
* Expose Certificate Transparency symbols in headerstb2022-01-143-11/+3
* Hide OBJ_bsearch_ from public visibility,tb2022-01-141-84/+4
* Move ASN1_BOOLEAN to internal only.tb2022-01-142-5/+5
* Remove check_defer and obj_cleanup_defer from public visibilitytb2022-01-141-1/+3
* Remove name_cmp from public visibilitytb2022-01-142-2/+3
* Remove all asn1_* symbols from public visibilitytb2022-01-142-18/+18
* Implement new-style OpenSSL BIO callbackstb2022-01-1415-145/+266
* Garbage collect last use of EVP_ecdsa()tb2022-01-141-2/+1
* Remove legacy sign/verify from EVP_MD.tb2022-01-1420-657/+62
* Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaquetb2022-01-143-83/+80
* Make structs in ocsp.h opaquetb2022-01-142-234/+260
* Move ECDSA_SIG to ecs_locl.htb2022-01-142-11/+7