Source Code/My Patch

[Openssl3] OSSL_CMP_certConf_new μΆ”κ°€

JayKimπŸ™‚ 2022. 3. 2. 14:19

cmp.h.in νŒŒμΌμ— 

OSSL_CMP_MSG* OSSL_CMP_certConf_new( OSSL_CMP_CTX *ctx, int fail_info, const char *text );
 
 
cmp_ctx.c νŒŒμΌμ—
OSSL_CMP_MSG* OSSL_CMP_certConf_new( OSSL_CMP_CTX *ctx, int fail_info, const char *text )
{
    return ossl_cmp_certConf_new( ctx, fail_info, text );
}
 

μœˆλ„μš° 지원을 μœ„ν•΄μ„œλŠ”

utils/libcrypto.num 에 ν•¨μˆ˜λͺ…을 μΆ”κ°€ ν•΄ μ£Όμ–΄μ•Ό ν•œλ‹€.

 

μΆ”κ°€ ν•΄μ€Œ 

μ΄ν•¨μˆ˜λŠ” OpenSSL3 μ—μ„œλ§Œ μΆ”κ°€ 해야함

cmpossl 에 이미 쑴재 ν•˜λŠ” ν•¨μˆ˜ μž„

λ°˜μ‘ν˜•