Loading apps/rsautl.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * */ #include "apps.h" #include <string.h> #include <openssl/err.h> #include <openssl/pem.h> Loading crypto/asn1/a_strex.c +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ */ #include <stdio.h> #include <string.h> #include <openssl/crypto.h> #include <openssl/x509.h> #include <openssl/asn1.h> Loading crypto/bio/bss_rtcp.c +6 −6 Original line number Diff line number Diff line Loading @@ -88,11 +88,11 @@ struct rpc_ctx { struct rpc_msg msg; }; static int rtcp_write(BIO *h,char *buf,int num); static int rtcp_write(BIO *h,const char *buf,int num); static int rtcp_read(BIO *h,char *buf,int size); static int rtcp_puts(BIO *h,char *str); static int rtcp_puts(BIO *h,const char *str); static int rtcp_gets(BIO *h,char *str,int size); static long rtcp_ctrl(BIO *h,int cmd,long arg1,char *arg2); static long rtcp_ctrl(BIO *h,int cmd,long arg1,void *arg2); static int rtcp_new(BIO *h); static int rtcp_free(BIO *data); Loading Loading @@ -218,7 +218,7 @@ static int rtcp_read(BIO *b, char *out, int outl) return length; } static int rtcp_write(BIO *b, char *in, int inl) static int rtcp_write(BIO *b, const char *in, int inl) { int status, i, segment, length; struct rpc_ctx *ctx; Loading Loading @@ -247,7 +247,7 @@ static int rtcp_write(BIO *b, char *in, int inl) return(i); } static long rtcp_ctrl(BIO *b, int cmd, long num, char *ptr) static long rtcp_ctrl(BIO *b, int cmd, long num, void *ptr) { long ret=1; Loading Loading @@ -283,7 +283,7 @@ static int rtcp_gets(BIO *bp, char *buf, int size) return(0); } static int rtcp_puts(BIO *bp, char *str) static int rtcp_puts(BIO *bp, const char *str) { int length; if (str == NULL) return(0); Loading crypto/conf/conf_api.c +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #endif #include <assert.h> #include <string.h> #include <openssl/conf.h> #include <openssl/conf_api.h> Loading crypto/crypto-lib.com +9 −9 Original line number Diff line number Diff line Loading @@ -213,13 +213,13 @@ $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ - "b_sock,bss_acpt,bf_nbio,bss_rtcp,bss_bio,bss_log" $ LIB_STACK = "stack" $ LIB_LHASH = "lhash,lh_stats" $ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd" $ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,rand_win" $ LIB_ERR = "err,err_all,err_prn" $ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err" $ LIB_EVP = "encode,digest,evp_enc,evp_key,"+ - "e_des,e_bf,e_idea,e_des3,"+ - "e_rc4,names,"+ - "e_xcbc_d,e_rc2,e_cast,e_rc5," "e_xcbc_d,e_rc2,e_cast,e_rc5" $ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1," + - "m_dss,m_dss1,m_mdc2,m_ripemd,"+ - "p_open,p_seal,p_sign,p_verify,p_lib,p_enc,p_dec,"+ - Loading Loading @@ -278,10 +278,10 @@ $! $ IF (F$SEARCH("SYS$DISK:[-.RSAREF]RSAREF.C").EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAREF.C Dosen't Exist." $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAREF.C Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -313,10 +313,10 @@ $! $ IF (F$SEARCH("SYS$DISK:[-.RSAREF]RSAR_ERR.C").EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAR_ERR.C Dosen't Exist." $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAR_ERR.C Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -529,10 +529,10 @@ $! $ IF (F$SEARCH(SOURCE_FILE).EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File ",SOURCE_FILE," Dosen't Exist." $ WRITE SYS$OUTPUT "The File ",SOURCE_FILE," Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -915,7 +915,7 @@ $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "It appears that you don't have the RSAREF Souce Code." $ WRITE SYS$OUTPUT "You need to go to 'ftp://ftp.rsa.com/rsaref'. You have to" $ WRITE SYS$OUTPUT "get the '.tar-Z' file as the '.zip' file dosen't have the" $ WRITE SYS$OUTPUT "get the '.tar-Z' file as the '.zip' file doesn't have the" $ WRITE SYS$OUTPUT "directory structure stored. You have to extract the file" $ WRITE SYS$OUTPUT "into the [.RSAREF] directory under the root directory" $ WRITE SYS$OUTPUT "as that is where the scripts will look for the files." Loading Loading
apps/rsautl.c +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ * */ #include "apps.h" #include <string.h> #include <openssl/err.h> #include <openssl/pem.h> Loading
crypto/asn1/a_strex.c +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ */ #include <stdio.h> #include <string.h> #include <openssl/crypto.h> #include <openssl/x509.h> #include <openssl/asn1.h> Loading
crypto/bio/bss_rtcp.c +6 −6 Original line number Diff line number Diff line Loading @@ -88,11 +88,11 @@ struct rpc_ctx { struct rpc_msg msg; }; static int rtcp_write(BIO *h,char *buf,int num); static int rtcp_write(BIO *h,const char *buf,int num); static int rtcp_read(BIO *h,char *buf,int size); static int rtcp_puts(BIO *h,char *str); static int rtcp_puts(BIO *h,const char *str); static int rtcp_gets(BIO *h,char *str,int size); static long rtcp_ctrl(BIO *h,int cmd,long arg1,char *arg2); static long rtcp_ctrl(BIO *h,int cmd,long arg1,void *arg2); static int rtcp_new(BIO *h); static int rtcp_free(BIO *data); Loading Loading @@ -218,7 +218,7 @@ static int rtcp_read(BIO *b, char *out, int outl) return length; } static int rtcp_write(BIO *b, char *in, int inl) static int rtcp_write(BIO *b, const char *in, int inl) { int status, i, segment, length; struct rpc_ctx *ctx; Loading Loading @@ -247,7 +247,7 @@ static int rtcp_write(BIO *b, char *in, int inl) return(i); } static long rtcp_ctrl(BIO *b, int cmd, long num, char *ptr) static long rtcp_ctrl(BIO *b, int cmd, long num, void *ptr) { long ret=1; Loading Loading @@ -283,7 +283,7 @@ static int rtcp_gets(BIO *bp, char *buf, int size) return(0); } static int rtcp_puts(BIO *bp, char *str) static int rtcp_puts(BIO *bp, const char *str) { int length; if (str == NULL) return(0); Loading
crypto/conf/conf_api.c +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ #endif #include <assert.h> #include <string.h> #include <openssl/conf.h> #include <openssl/conf_api.h> Loading
crypto/crypto-lib.com +9 −9 Original line number Diff line number Diff line Loading @@ -213,13 +213,13 @@ $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ - "b_sock,bss_acpt,bf_nbio,bss_rtcp,bss_bio,bss_log" $ LIB_STACK = "stack" $ LIB_LHASH = "lhash,lh_stats" $ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd" $ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,rand_win" $ LIB_ERR = "err,err_all,err_prn" $ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err" $ LIB_EVP = "encode,digest,evp_enc,evp_key,"+ - "e_des,e_bf,e_idea,e_des3,"+ - "e_rc4,names,"+ - "e_xcbc_d,e_rc2,e_cast,e_rc5," "e_xcbc_d,e_rc2,e_cast,e_rc5" $ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1," + - "m_dss,m_dss1,m_mdc2,m_ripemd,"+ - "p_open,p_seal,p_sign,p_verify,p_lib,p_enc,p_dec,"+ - Loading Loading @@ -278,10 +278,10 @@ $! $ IF (F$SEARCH("SYS$DISK:[-.RSAREF]RSAREF.C").EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAREF.C Dosen't Exist." $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAREF.C Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -313,10 +313,10 @@ $! $ IF (F$SEARCH("SYS$DISK:[-.RSAREF]RSAR_ERR.C").EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAR_ERR.C Dosen't Exist." $ WRITE SYS$OUTPUT "The File [-.RSAREF]RSAR_ERR.C Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -529,10 +529,10 @@ $! $ IF (F$SEARCH(SOURCE_FILE).EQS."") $ THEN $! $! Tell The User That The File Dosen't Exist. $! Tell The User That The File Doesn't Exist. $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The File ",SOURCE_FILE," Dosen't Exist." $ WRITE SYS$OUTPUT "The File ",SOURCE_FILE," Doesn't Exist." $ WRITE SYS$OUTPUT "" $! $! Exit The Build. Loading Loading @@ -915,7 +915,7 @@ $! $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "It appears that you don't have the RSAREF Souce Code." $ WRITE SYS$OUTPUT "You need to go to 'ftp://ftp.rsa.com/rsaref'. You have to" $ WRITE SYS$OUTPUT "get the '.tar-Z' file as the '.zip' file dosen't have the" $ WRITE SYS$OUTPUT "get the '.tar-Z' file as the '.zip' file doesn't have the" $ WRITE SYS$OUTPUT "directory structure stored. You have to extract the file" $ WRITE SYS$OUTPUT "into the [.RSAREF] directory under the root directory" $ WRITE SYS$OUTPUT "as that is where the scripts will look for the files." Loading