aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_ssl.c
Commit message (Collapse)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
| | | | | fix: Cipher#final cannot be called without preceding Cipher#(en|de)crypt Config ported to OpenSSL 0.9.7 interface
* 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
| | | | X509Ext: fixed memory leaking in ExtFactory after GC
* PKey: NO useless EVP_PKEY* dups.Michal Rokos2002-06-081-5/+1
|
* X509Attr, X509Cert, X509CRL, X509Ext, X509Name, X509Req, X509Revoked, ↵Michal Rokos2002-06-071-2/+2
| | | | X509Store port to 1.8 and new class creation fixups
* PKey (DH|DSA|RSA) cleanup and rewrite (EVP_PKEY is now wrapped), final ↵Michal Rokos2002-06-061-4/+7
| | | | cleaning for ossl.h
* 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
| | | | | * made an aliases to_pem as to_s * more relaxed params checking - everywhere where string was needed it is OK that obj implements to_s method
* * Fixed some memory leaksMichal Rokos2002-02-201-26/+56
|
* * transition from rb_raise to OSSL_Raise (where possible)Michal Rokos2002-02-131-66/+76
| | | | | * some mem checks * preliminary DH key support
* * fixed callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-121-2/+3
| | | | * added method X509::Store#verify_status=
* * fixed and improved verify_callbacks in ossl_(ssl|x509store).cMichal Rokos2002-01-101-5/+11
| | | | * enhanced ossl_x509store.rb examples
* * OpenSSL 0.9.6c support (BN)Michal Rokos2002-01-101-1/+1
| | | | | | * MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
* * 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