aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
Commit message (Expand)AuthorAgeFilesLines
* Release v0.7.7Steven Fackler2016-03-171-1/+1
* Fix nightly warnings about zero-sized fn pointersAlex Crichton2016-03-111-2/+4
* Merge pull request #353 from bluejekyll/masterSteven Fackler2016-03-053-1/+79
|\
| * making from_raw() unsafeBenjamin Fry2016-03-051-1/+2
| * added public key material to the constructorBenjamin Fry2016-02-283-22/+34
| * review fixes, keep raw RSA initiallization privateBenjamin Fry2016-02-232-8/+9
| * adding functionality to directly get and set RSA key materialBenjamin Fry2016-02-173-1/+65
* | Make SSLCipher.bits() return a struct.Erik Johnston2016-02-291-10/+14
* | Add SSL_get_versionErik Johnston2016-02-291-11/+42
* | Add support for SSL_CIPHERErik Johnston2016-02-171-0/+52
* | Release v0.7.6Steven Fackler2016-02-101-1/+1
* | More deprecated function cleanupSteven Fackler2016-02-081-1/+1
* | Stop using deprecated methodSteven Fackler2016-02-081-1/+2
|/
* Rename Nid uid/UID to prevent breakageJoe Wilm2016-02-022-3/+5
* Fix Nid::UID valueJoe Wilm2016-02-022-1/+19
* Revert "Revert "impl Clone for PKey and X509 by using their 'references' memb...Steven Fackler2016-01-313-0/+36
* Fix PKey RSA constructorsSteven Fackler2016-01-302-31/+62
* Revert "impl Clone for PKey and X509 by using their 'references' member"Steven Fackler2016-01-283-36/+0
* Preserve X.509 extension insertion order.Jimmy Cuadra2016-01-282-6/+101
* Remove unwraps from rsa accessorsSteven Fackler2016-01-221-10/+11
* Merge pull request #330 from esclear/masterSteven Fackler2016-01-224-2/+61
|\
| * Fix up RSA integrationDaniel Albert2016-01-202-2/+2
| * Merge branch 'master' of https://github.com/sfackler/rust-opensslDaniel Albert2016-01-207-15/+341
| |\
| * | Fix incorrect unsafe declarationDaniel Albert2016-01-121-10/+21
| * | Adhere to rust conventionsDaniel Albert2016-01-121-10/+6
| * | Make the BigNum generation from a native pointer unsafeDaniel Albert2016-01-091-8/+6
| * | Add public interface to access BigNums from RSA keysDaniel Albert2016-01-011-0/+39
| * | Implement the possibility to create BigNums from their ffi counterpartDaniel Albert2016-01-011-0/+14
| * | Add RSA structsDaniel Albert2016-01-012-2/+3
* | | Release v0.7.5Steven Fackler2016-01-221-1/+1
* | | Fix connect and accept error reportingSteven Fackler2016-01-221-20/+16
| |/ |/|
* | Merge pull request #334 from jmesmon/ssl-contextSteven Fackler2016-01-192-3/+41
|\ \
| * | openssl/ssl/context: test that we are refcounting correctlyCody P Schafer2016-01-181-0/+13
| * | ssl: fix refcounting of SslContext when set_ssl_context is usedCody P Schafer2016-01-181-3/+28
* | | x509: impl Clone using references & CRYPTO_add()Cody P Schafer2016-01-192-0/+18
* | | crypto/pkey: impl Clone for PKey using openssl's ref countingCody P Schafer2016-01-192-0/+18
|/ /
* | Fix should_panic checkSteven Fackler2016-01-111-3/+3
* | Add stream panic propagation behind a nightly feature gateSteven Fackler2016-01-114-12/+193
* | Merge pull request #328 from Cyberunner23/PemRSASteven Fackler2016-01-091-0/+68
|\ \
| * | Added tests for private_rsa_key_from_pem() and public_rsa_key_from_pem()Cyberunner232016-01-091-0/+20
| * | Added private_rsa_key_from_pem and public_rsa_key_from_pem.Cyberunner232016-01-051-0/+48
| |/
* / Mark PKey as `Send` and `Sync`Will Tange2016-01-071-0/+3
|/
* Release v0.7.4Steven Fackler2015-12-181-1/+1
* RustfmtSteven Fackler2015-12-182-2/+2
* Fix deprecation locationSteven Fackler2015-12-181-4/+4
* Work around the worst of clone bogusnessSteven Fackler2015-12-183-43/+37
* Release v0.7.3Steven Fackler2015-12-171-1/+1
* Disable cross compilation for nowSteven Fackler2015-12-171-1/+2
* Fix nonblocking behaviorSteven Fackler2015-12-172-22/+17
* Fix regression of c_char type mismatches on ARMOndrej Perutka2015-12-161-1/+1