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
/
cms
Age
Commit message (
Expand
)
Author
2024-08-27
cms_att.c: tidy includes and add x509_local.h for upcoming change
Theo Buehler
2024-07-26
Inline a few trivial X509at_* calls in cms
Theo Buehler
2024-07-09
Hide global _it symbola in cms.h
Bob Beck
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-04-20
Remove more unnecessary GOST code
Theo Buehler
2024-04-07
Rework CMS_add_simple_smimecap()
Theo Buehler
2024-03-30
Hide symbols in CMS
joshua
2024-03-30
Remove pointless guard in cms header
joshua
2024-03-29
Implement Ed25519 signatures for CMS (RFC 8419)
Theo Buehler
2024-03-29
Stop playing #ifdef HEADER_PEM_H games in cms.h.
Joel Sing
2024-02-02
Ignore EVP_MD_CTX_reset() return value
Theo Buehler
2024-02-02
Ignore EVP_CIPHER_CTX_reset() return value, it can't fail
Theo Buehler
2024-01-14
Tidy a few more includes in cms/
Theo Buehler
2023-12-22
Clean up includes in cms_smime.c
Theo Buehler
2023-12-20
Clean up includes in cms_pwri.c
Theo Buehler
2023-10-26
Tidy includes
Theo Buehler
2023-10-18
Use X509_ALGOR_set_evp_md() in CMS_add1_signer()
Theo Buehler
2023-10-18
cms_DigestedData_create() use X509_ALGOR_set_evp_md()
Theo Buehler
2023-09-11
Small cleanups in cms_sd_asn1_ctrl():
Theo Buehler
2023-09-11
Rewrite CMS_SignerInfo_{sign,verify}()
Theo Buehler
2023-08-24
cms_content_bio() is not used outside of cms_lib.c
Theo Buehler
2023-08-24
Some tweaking of cms_content_bio()
Theo Buehler
2023-08-24
Better names for the BIOs in CMS_dataInit()
Theo Buehler
2023-08-22
Pull the NULL check for cmsbio into the switch
Theo Buehler
2023-08-22
Plug a leak of cont in CMS_dataInit()
Theo Buehler
2023-07-28
Provide CMS{,_SignerInfo}_get_version
Theo Buehler
2023-07-08
Hide symbols in cms, comp, conf, and buffer
Bob Beck
2023-07-07
Remove symbols already declared in the public header
Theo Buehler
2023-06-11
Unifdef ZLIB
Theo Buehler
2023-06-06
Fix typo in comment: exta -> extra
Theo Buehler
2023-05-23
cms_asn1.c: zap stray tabs
Theo Buehler
2023-04-26
KNF nit
Theo Buehler
2023-04-25
Move low level BIO_new_NDEF API to internal-only
Theo Buehler
2023-04-21
cms_io: sort includes
Theo Buehler
2023-04-21
cms_io: reverse polarity of an if statement to unindent
Theo Buehler
2023-04-21
cms_io: Remove a stupid else branch
Theo Buehler
2023-04-21
Rewrap some lines. No binary change
Theo Buehler
2023-04-21
Unwrap a line
Theo Buehler
2023-03-12
pk7_cb() and cms_cb()
Theo Buehler
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-08-28
Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-01-20
Add check for EVP_CIPHER_CTX_set_key_length return value
Kinichiro Inoguchi
2022-01-19
Check return value from EVP_CIPHER_CTX_new in cms_pwri.c
Kinichiro Inoguchi
2022-01-14
Garbage collect the app_items field of ASN1_ADB
Theo Buehler
2021-11-01
Move the now internal X.509-related structs into x509_lcl.h.
Theo Buehler
2021-09-08
Fix leak in cms_RecipientInfo_kekri_decrypt()
Theo Buehler
2020-06-05
Remove remaining error *_str_functs[]
Joel Sing
[next]