Re: openssl failed to connect to MS Exchange Server (Office365) on RHEL 7.x

2019-05-11 Thread Chandu Gangireddy
Exchange Server. Please double confirm. Thanks and Regards Chandu On Sat, May 11, 2019, 3:02 PM Jakob Bohm via openssl-users < openssl-users@openssl.org> wrote: > Your transcript below seems to show a successful connection to Microsoft's > cloud mail, then Microsoft rejecting

openssl failed to connect to MS Exchange Server (Office365) on RHEL 7.x

2019-05-10 Thread Chandu Gangireddy
: dynamic Please let me know if you need any further details from my end. Thanks, in advance. Chandu

Re: How to add Postal code to a certificate request

2002-04-04 Thread Chandu
Hi, I was able to add the postal code. But there is some problem with the Short Name. What should be given for the short name? I have given ZIP and also tried with PC. With the above values in the request, generation of certificate request is fine. But when trying to enroll for a certificate

How to add Postal code to a certificate request

2002-04-02 Thread Chandu
Hi, I have a doubt regarding the addition of postal code or PIN code or ZIP code to the certificate request. How to add Postal code to a certificate request. I tried to search for an NID for the postal code but could'nt found. What is the way to add the postal code to a certificate request?? R

Re: Doubt regarding Certificate's Public Key

2002-03-28 Thread Chandu
: OCSP-Signing Hope that helps! On Thu, 2002-03-28 at 08:40, Chandu wrote: > Hi, > > I have a query regarding the Certificates public key. > > Is it possible according to PKI standards to get more than one certificate > from different CA's for the same public key? > >

Re: newbie question on OCSP

2002-03-07 Thread Chandu
Hi, OCSP stands for Online Certificate Status Protocol. This, as the name suggests specifies a protocol to obtain the Status of a Certificate Online. There can be many reasons for a certificate to become invalid even before its actual lifetime for which it was issued. These may be Key Compromis

Doubt regarding PKCS#1 padding

2002-01-30 Thread Chandu
  Hi, Iam having a problem with PKCS#1 padding.   I have implemented the SCEP protocol and trying to test with a free OpenSource SCEP implementation from www.othello.org.   In that Iam getting the following error rsa_routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100

Doubt regarding PKCS#1 padding

2002-01-29 Thread Chandu
Hi, Iam having a problem with PKCS#1 padding.   I have implemented the SCEP protocol and trying to test with a free OpenSource SCEP implementation from www.othello.org.   In that Iam getting the following error rsa_routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100 rs

Doubt regarding extracting the Extended Key usage attribute

2002-01-07 Thread Chandu
Hi, Iam facing a problem regarding the extracting the Extended Key usage attribute. My requirement is to know if Extended Key Usage attribute Nid_OCSP_sign is present. I tried the following way X509 *pCert; /* The certificate */ int iVal; iVal = X509_get_ext_by_NID(pCert, NID_OCSP_sign,

Doubt regarding the OCSP Extensions

2001-10-16 Thread Chandu
HI all,   I have a doubt regarding the OCSP extensions.    Do we have to send all the extensions (CRL Referrences etc) in the request. I couldnt understand clearly from the RFC 2560 regarding it.    Can some one help me to know what extenions are to be sent in the request and what extensio

Re: Padding?

2001-09-19 Thread Chandu
Yes, OpenSSL library supports padding. I dont know regarding Blowfish and RC4. But for DES they are there Regards Suram - Original Message - From: Jordan C N Chong <[EMAIL PROTECTED]> To: openssl-users <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 3:49 PM Subject: Padding? De

Re: Encrypt Private Key

2001-09-19 Thread Chandu
. Thats the help I can do. Regards Chandu - Original Message - From: Ahmad Syukri <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 4:48 PM Subject: Encrypt Private Key Hi, Someone... plz help me! Could you plz tell me how to use PKCS8_encrypt()

Re: Re: doubt regarding X509_verify_cert

2001-09-06 Thread Chandu
Hi all and Hello Dr. Henson, please find attached files: cacert.pem - trusted certificate cakey.pem - trusted certificate's private key. selfcert.pem - certificate signed by the given trusted certificate. The following is the output when we try to use openssl verify utility: $ openssl verify

Re: Doubt regarding BER encode(specific question)

2001-03-05 Thread chandu
... Regards Suram - Original Message - From: Dr S N Henson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 10:11 PM Subject: Re: Doubt regarding BER encode(specific question) chandu wrote: > > Hello Dr. Henson, > Sorry for troubling u again.

Re: Doubt regarding BER encode(specific question)

2001-03-04 Thread chandu
egarding BER encode(specific question) chandu wrote: > > Hello again Dr. Henson, > > Once again thank u very much but I am still worried with the function which > u pointed to... > > I have gone through the code of X509_REQ_set_pubkey( ) > > As far as I understood th

Re: Doubt regarding BER encode(specific question)

2001-03-03 Thread chandu
nt: Saturday, March 03, 2001 11:07 PM Subject: Re: Doubt regarding BER encode(specific question) chandu wrote: > > Thank u Dr. Henson for the reply... > > My specific question is as follows... > > I want to set the public key in the certificate request (X509_REQ) > structure.

Re: Doubt regarding BER encode(specific question)

2001-03-03 Thread chandu
2001 7:56 PM Subject: Re: Doubt regarding BER encode > chandu wrote: > > Hi everybody, > > I have a doubt regarding BER encoding... I want to BER encode a piece > of data. > > Can any one help me with the functions that must be used to BER encode > and decode... > It

Doubt regarding BER encode

2001-03-03 Thread chandu
Hi everybody,   I have a doubt regarding BER encoding...  I want to BER encode a piece of data.    Can any one help me with the functions that must be used to BER encode and decode...   Any help is highly appreciated...   Regards Suram

Doubt regarding PKCS7_DataInit

2001-03-03 Thread chandu
Hi every body,   I have a doubt regarding PKCS7_DataInit functions...   I want to know the purpose of the functions PKCS7_DataInit, PKCS7_DataUpdate and PKCS7_DataFinal functions... and their application...   Any help is highly appreciated...   Regards Suram

Fw: How to add Key usage attribute...

2001-02-04 Thread chandu
Hi all, I have a question regarding the adding of the Key usage attribute to the PKCS10 certificate request. I tried using the following code.. ikeyUsageAttr = X509v3_KU_DIGITAL_SIGNATURE; iRetVal = X509_REQ_add1_attr_by_NID(preq, NID_key_usage,V_ASN1_INTEGER, &(ikeyUsageAttr), 4); When

SCEP Server??

2001-01-11 Thread chandu
Hi all,   Iam trying to implement the SCEP client protocol.  I would like to test it against a known server.  Can any one help me where I can find a server with which I can test my client implementation.    Any directions and help is very much appreciated...   Regards Suram

How to add authenticated attributes...

2001-01-03 Thread chandu
Hi all, I have a question about adding the pkcs7 signed attributes to the PKCS7_SIGNER_INFO. I tried to add the transaction-id, messageType and senderNonce attributes using the function PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value). I need them to imple

How to add authenticated attributes...

2001-01-03 Thread chandu
Hi all, I have a question about adding the pkcs7 signed attributes to the PKCS7_SIGNER_INFO. I tried to add the transaction-id, messageType and senderNonce attributes using the function PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value). I need them to implem

How to add X509V3 extensions..

2000-12-07 Thread chandu
Hi all,   I have one doubt regarding the X509 v3 extensions.  How to add the X509 v3 extension attributes to the certificate request?   Regards Suram