aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/rand.py
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused RAND bindings. (#4239)David Benjamin2018-05-141-4/+0
* remove egd (#3771)Paul Kehrer2017-07-081-11/+0
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-1/+1
* ERR_load_RAND_strings changed function signature in 1.1.0 (#3093)Paul Kehrer2016-08-161-1/+6
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-1/+1
* a few more func->macro transitions for 1.1.0 compatibility (#2885)Paul Kehrer2016-04-301-1/+3
* remove RAND_pseudo_bytes + make EGD conditional for 1.1.0Paul Kehrer2016-03-091-2/+1
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-8/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+51
href='#n118'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193