aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Drop OSSL_Check_Type (Use OSSL_Check_Kind where needed)Michal Rokos2002-06-131-4/+2
* change all rb_raise and OSSL_Raise to ossl_raiseMichal Rokos2002-06-121-15/+15
* New debug interface that can be directed from Ruby-spaceMichal Rokos2002-06-111-2/+5
* X509Cert: introduced GetX509CertPtr and DupX509CertPtrMichal Rokos2002-06-081-12/+2
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-5/+1
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, X509Sto...Michal Rokos2002-06-071-2/+2
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final cleani...Michal Rokos2002-06-061-4/+7
* Initial revisionMichal Rokos2002-06-041-3/+4
* * WARNING! All to_str methods are not used any longer (use to_text instead)Michal Rokos2002-03-051-15/+12
* * Fixed some memory leaksMichal Rokos2002-02-201-26/+56
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-66/+76
* * fixed callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-121-2/+3
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-5/+11
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-1/+1
* * Further checking (Check_SafeStr, memory leaks)Michal Rokos2002-01-041-52/+50
* * Memory checkingMichal Rokos2001-12-211-3/+3
* for compatibility with old SSLSocketGOTOU Yuuzou2001-11-161-30/+83
* Initial revisionMichal Rokos2001-11-161-0/+554