index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
pkcs7
Age
Commit message (
Expand
)
Author
2024-10-23
remove duplicate defines; ok tb@
Jonathan Gray
2024-07-08
Hide global _it symbols in pkcs7.h
Bob Beck
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-04-20
Remove more unnecessary GOST code
Theo Buehler
2024-02-19
pk7_attr.c: tidy includes
Theo Buehler
2024-02-18
Use EVP_MD_CTX_legacy_clear() internally
Theo Buehler
2024-01-25
Fix various NULL dereferences in PKCS #12
Theo Buehler
2023-11-15
Drop some unnecessary parentheses
Theo Buehler
2023-11-15
Shuffle getters and adders down a bit
Theo Buehler
2023-11-09
Forgot to fix the RFC number in the new comment
Theo Buehler
2023-11-09
Convert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid()
Theo Buehler
2023-05-02
Style tweaks for SMIME_write_PKCS7()
Theo Buehler
2023-05-02
Unwrap a line
Theo Buehler
2023-04-26
Remove the now unused bio_pk7.c
Theo Buehler
2023-04-26
Move BIO_new_PKCS7() to the the other streaming stuff in pk7_mime.c
Theo Buehler
2023-04-25
Move low level BIO_new_NDEF API to internal-only
Theo Buehler
2023-04-25
Remove i2d_PKCS7_NDEF
Theo Buehler
2023-04-24
Mark the NDEF API for removal
Theo Buehler
2023-03-12
pk7_cb() and cms_cb()
Theo Buehler
2023-03-09
Add missing error checking in PKCS7
Theo Buehler
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-12
Hide symbols in libcrypto/pkcs7
Bob Beck
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-05-09
Simplify X509_ATTRIBUTE ASN.1 encoding.
Joel Sing
2022-01-14
Garbage collect the app_items field of ASN1_ADB
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2020-06-05
Remove remaining error *_str_functs[]
Joel Sing
2020-01-21
Remove redundant ASN1_INTEGER_set call in PKCS7_set_type
Kinichiro Inoguchi
2019-10-04
Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.
Theo Buehler
2019-03-13
Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the
Theo Buehler
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in generated assembly.
Joel Sing
2016-12-27
Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-12-27
Expand DECLARE_ASN1_ITEM - no change to preprocessor output.
Joel Sing
2016-11-05
More X509_STORE_CTX_set_*() return value checks.
Miod Vallat
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2015-07-25
Expand ASN.1 template macros - no change in generated assembly.
Joel Sing
2015-07-19
Verify ASN1 objects types before attempting to access them as a particular
Miod Vallat
2015-07-18
Check the return value of ASN1_STRING_set(), for it may fail to allocate
Miod Vallat
2015-07-15
Remove dead code. Coverity CID 21688
Miod Vallat
2015-03-19
Fix several crash causing defects from OpenSSL.
Ted Unangst
[next]