summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release.0.26.3Matěj Cepl2017-09-221-1/+1
* Fix a syntax typo.Matěj Cepl2017-09-221-2/+2
* Fix setup.py sdist and release0.26.2Matěj Cepl2017-09-203-8/+7
* Add new generated C source.Matěj Cepl2017-09-201-1/+1
* Add generated HTML docs.Matěj Cepl2017-09-2091-1/+29567
* BUILDDIR emptyMatěj Cepl2017-09-201-1/+1
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-2026-510/+602
* Incorporate existing HTML files into Sphinx documents.Matěj Cepl2017-09-209-2946/+1522
* Some foundations of sphinx docsMatěj Cepl2017-09-208-0/+1021
* Generated C file for RHEL-6Matěj Cepl2017-09-201-257/+267
* Don't use deprecated *_generate_key functions, update.Matěj Cepl2017-09-208-67/+105
* Add missing BN_GENCB_new and BN_GENCB_free.Matěj Cepl2017-09-201-0/+26
* Ignore possibility of the memleak for methods_fdp variable in _bio.i.Matěj Cepl2017-09-201-0/+1
* Run HMAC_CTX_init() after alloc in HMAC_CTX_new()Matěj Cepl2017-09-201-3/+5
* OpenSSL 1.1.0 should not need thread locking.Matěj Cepl2017-09-201-7/+5
* X509_STORE_CTX_get_ex_data() doesn’t seem to work. Don’t use it!Matěj Cepl2017-09-204-31/+12
* Be more liberal about the error message in test_ssl.*.test_tls1_nokMatěj Cepl2017-09-201-1/+1
* Work out properly dealing with STACK_OF(X509)Matěj Cepl2017-09-201-3/+6
* output of PyErr_Format cannot be returned from bio_new_pyfile.Matěj Cepl2017-09-201-8/+11
* Make sure __WCHAR_MAX__ and __WCHAR_MIN__ are defined.Matěj Cepl2017-09-201-0/+5
* rand_file_name doesn't take any arguments.Matěj Cepl2017-09-201-1/+1
* Fix use of 'const BIGNUM' in calls to getters and setters.Matěj Cepl2017-09-207-25/+25
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-206-9/+42
* Don't test on Rawhide, switch to F26 instead.Matěj Cepl2017-09-191-1/+1
* Fix RSA_size shim.Matěj Cepl2017-09-195-18/+436
* Replace deprecated HMAC_Init(3) with HMAC_Init_ex(3).Matěj Cepl2017-09-192-14/+2
* Mark Rand.rand_pseudo_bytes() as deprecated.Matěj Cepl2017-09-191-1/+8
* Add also OpenSSL 1.0.2 compatbility shim for RHEL-6.Matěj Cepl2017-09-194-18/+120
* Fix missing symbols for OpenSSL 1.0Matěj Cepl2017-09-195-1178/+195
* Remove wrong end of groupMatěj Cepl2017-09-191-1/+0
* Fixes to make pyfd_* functions work on Linux.Matěj Cepl2017-09-193-16/+33
* Implemented BIO_s_pyfd()Jim Carroll2017-09-192-57/+20
* Removed deprecated _fp functions.Jim Carroll2017-09-191-2/+0
* Fixe _rsa.i ... #if directive and use RSA_size().Jim Carroll2017-09-191-3/+13
* Fixes of setup.py for OpenSSL 1.1.0 on RHEL-6.Jim Carroll2017-09-192-5/+31
* Don't check the length of tests/der_encoded_seq.b64Jim Carroll2017-09-191-2/+2
* Corrected inheritance of unittestJim Carroll2017-09-191-1/+1
* Clean up after test_ssl.WriteLoadTestCase tests.Jim Carroll2017-09-191-2/+7
* Corrected search for Rand.rand_file_name() on windowsJim Carroll2017-09-151-5/+7
* Corrected testing failure results to include (0, -1)Jim Carroll2017-09-151-4/+4
* Manually set the version for new requests to zero.Jim Carroll2017-09-151-0/+1
* Migrated to m2.rsa_set_en_bin() and m2.rsa_set_en()Jim Carroll2017-09-153-7/+5
* Switched to unified m2.dsa_set_pqg()Jim Carroll2017-09-151-9/+3
* Replaced DH set_params to uniified dh_set_pg()Jim Carroll2017-09-151-3/+1
* Added support for deprecated CRYPTO_NUM_LOCKS macro.Jim Carroll2017-09-151-4/+7
* Removed deprecated constants -- not used anywhere in M2CryptoJim Carroll2017-09-151-2/+0
* For Win32 buildsJim Carroll2017-09-151-5/+51
* Invoke OPENSSL_SetApplink()Jim Carroll2017-09-154-34/+27
* Added support for OpenSSL 1.1.0 getter/setters.Jim Carroll2017-09-158-556/+1661
* Switched from obsolete BN_init() to the recommended BN_new()Jim Carroll2017-09-151-14/+22