summaryrefslogtreecommitdiff
path: root/include/openssl/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* Add DSA keygen to providerShane Lontis2020-04-151-9/+11
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-3/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-75/+91
* dsa.h: fix preprocessor indentationPauli2020-02-121-53/+56
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-2/+2
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-3/+3
* Add BN_check_prime()Kurt Roeckx2019-10-141-3/+5
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-10/+7
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-301-0/+6
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-2/+2
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-061-1/+1
* Change the number of Miller-Rabin test for DSA generation to 64Kurt Roeckx2018-07-261-3/+5
* Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri2018-06-211-1/+1
* DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+5
* opensslconf.h inclusion cleanupFdaSilvaYY2018-05-021-1/+0
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-091-1/+0
* Remove email addresses from source code.Rich Salz2017-10-131-5/+0
* make error tables const and separate header fileRich Salz2017-06-071-46/+1
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2016-11-141-0/+1
* Add DSA_bits() function.Dr. Stephen Henson2016-08-011-0/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-0/+1
* Deal with API changes.Ben Laurie2016-06-241-7/+8
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-1/+1
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-2/+4
* Forgot to update the setter argument ordering in the public headers.TJ Saunders2016-06-131-1/+1
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-131-0/+1
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-061-4/+4
* Remove unused error/function codes.Rich Salz2016-05-231-14/+3
* Add some error messages for malloc failsMatt Caswell2016-05-181-0/+3
* Copyright consolidation 03/10Rich Salz2016-05-171-54/+6
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-031-3/+3
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-32/+50
* Make the DSA structure opaqueMatt Caswell2016-04-031-23/+12
* Remove #error from include files.Rich Salz2016-03-201-14/+10
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-4/+2
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-0/+1