41cf2d2 | Andy Polyakov | 05 February 2014, 18:52:38 UTC | evp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implementations [from master]. | 05 February 2014, 18:52:38 UTC |
e0d4272 | Dr. Stephen Henson | 05 February 2014, 16:56:58 UTC | Return per-certificate chain if extra chain is NULL. If an application calls the macro SSL_CTX_get_extra_chain_certs return either the old "shared" extra certificates or those associated with the current certificate. This means applications which call SSL_CTX_use_certificate_chain_file and retrieve the additional chain using SSL_CTX_get_extra_chain_certs will still work. An application which only wants to check the shared extra certificates can call the new macro SSL_CTX_get_extra_chain_certs_only (cherry picked from commit a51f767645c117667d337f77fe1dd9c0a66d8410) | 05 February 2014, 17:06:56 UTC |
41c373f | Andy Polyakov | 05 February 2014, 13:33:44 UTC | [aesni|sha*]-mb-x86_64.pl: add multi-block assembly modules [from master]. | 05 February 2014, 13:33:44 UTC |
7f6e09b | Dr. Stephen Henson | 03 February 2014, 14:13:04 UTC | Add quotes as CC can contain spaces. PR#3253 | 03 February 2014, 14:13:04 UTC |
e2f0680 | Dr. Stephen Henson | 02 February 2014, 02:51:30 UTC | New ctrl to set current certificate. New ctrl sets current certificate based on certain criteria. Currently two options: set the first valid certificate as current and set the next valid certificate as current. Using these an application can iterate over all certificates in an SSL_CTX or SSL structure. (cherry picked from commit 0f78819c8ccb7c526edbe90d5b619281366ce75c) | 02 February 2014, 23:12:06 UTC |
1180833 | Dr. Stephen Henson | 20 October 2013, 21:31:00 UTC | Fix various typos. (cherry picked from commit f3efeaad540b000779277b4fc49a239529ee616e) | 02 February 2014, 23:12:06 UTC |
130eed0 | Dr. Stephen Henson | 18 December 2013, 13:28:44 UTC | Update demo. (cherry picked from commit 88c21c47a3d187d4f8c4e87e3c6088198cb08a99) | 02 February 2014, 23:06:16 UTC |
2ded873 | Dr. Stephen Henson | 20 October 2013, 21:34:14 UTC | Update demos/bio/README (cherry picked from commit ea131a0644bcebeaa5e911217aadbc9dac241fec) | 02 February 2014, 23:05:52 UTC |
b1ae02e | Dr. Stephen Henson | 20 October 2013, 21:21:09 UTC | Modify sample accept.cnf (cherry picked from commit d80b0eeee59fa48f2506fe103de1b52ef6de3f4f) | 02 February 2014, 23:05:34 UTC |
3814170 | Dr. Stephen Henson | 18 October 2013, 15:28:38 UTC | Add demo for SSL server using SSL_CONF. (cherry picked from commit ebd14bfce9ef6b4bf41129a329823130d1002f42) | 02 February 2014, 23:05:15 UTC |
984a304 | Ben Laurie | 02 February 2014, 15:22:10 UTC | Add extension free function. | 02 February 2014, 15:22:47 UTC |
2ad673c | Andy Polyakov | 01 February 2014, 23:17:38 UTC | engines/e_capi.c: TCHAR support (cumilative update from master). | 01 February 2014, 23:17:38 UTC |
0693dd9 | Andy Polyakov | 01 February 2014, 23:09:17 UTC | modes/asm/ghash-s390x.pl: +15% performance improvement on z10. (cherry picked from commit d162584b1154153d997fed18a9df2e60771fe06c) | 01 February 2014, 23:10:41 UTC |
9071b36 | Andy Polyakov | 01 February 2014, 23:05:02 UTC | Add AES-NI+SHA256 stitch registrations (from master). | 01 February 2014, 23:05:02 UTC |
eb6af20 | Andy Polyakov | 18 December 2012, 18:19:54 UTC | dso/dso_win32.c: fix compiler warning. (cherry picked from commit 0a2d5003df1a9ecf801ac3b4a5cb7dda85449315) | 01 February 2014, 22:32:19 UTC |
8087969 | Andy Polyakov | 01 February 2014, 22:27:49 UTC | crypto/cryptlib.c: remove stdio dependency (update from master). | 01 February 2014, 22:27:49 UTC |
cb437c6 | Andy Polyakov | 01 February 2014, 22:14:33 UTC | camellia/asm/cmll-x86_64.pl: fix symptomless bugs (update from master). | 01 February 2014, 22:14:33 UTC |
40b0d07 | Ben Laurie | 01 February 2014, 21:53:09 UTC | Remove redundant accessor (you can do the same thing, and more, with X509_ALGOR_[gs]et0()). | 01 February 2014, 22:03:40 UTC |
41235f3 | Andy Polyakov | 18 December 2012, 18:07:20 UTC | util/pl/VC-32.pl fix typo. (cherry picked from commit fb0a520897778ebeebe9aaaf116f207a838ebb3f) | 01 February 2014, 21:55:25 UTC |
130c15e | Andy Polyakov | 18 December 2012, 09:42:31 UTC | util/pl/VC-32.pl: refresh, switch to ws2, add crypt32, fix typo (based on suggestions from Pierre Delaage). (cherry picked from commit 668bcfd5ca237fdf6fbef1ab463697a4a48caf39) Resolved conflicts: util/pl/VC-32.pl | 01 February 2014, 21:53:24 UTC |
2cc5142 | Andy Polyakov | 19 January 2013, 20:23:13 UTC | Improve WINCE support. Submitted by: Pierre Delaage (cherry picked from commit a006fef78e56b078549a80f4bb4518b6a02eba84) Resolved conflicts: crypto/bio/bss_dgram.c ssl/d1_lib.c util/pl/VC-32.pl | 01 February 2014, 21:48:56 UTC |
d451ece | Andy Polyakov | 11 June 2012, 08:52:11 UTC | b_sock.c: make getsockopt work in cases when optlen is 64-bit value. (cherry picked from commit 80c42f3e0c34451dd7cfc65e07bc639759ef07d2) | 01 February 2014, 21:33:02 UTC |
1121ba1 | Andy Polyakov | 15 July 2012, 13:29:23 UTC | wp-mmx.pl: ~10% performance improvement. (cherry picked from commit ae007d4d09f2ed9940c6e581bab9290d78615506) | 01 February 2014, 21:27:07 UTC |
1fb039f | Andy Polyakov | 15 July 2012, 13:37:35 UTC | wp-x86_64.pl: ~10% performance improvement. (cherry picked from commit 701d593f7095db84459c76265349a83d30a4cae5) | 01 February 2014, 21:26:45 UTC |
3073927 | Andy Polyakov | 15 July 2012, 13:36:25 UTC | sha512-ia64.pl: 15-20% performance improvement. (cherry picked from commit 46a2b3387a3feb044527a58a89555029c809190d) | 01 February 2014, 21:21:57 UTC |
b6c2029 | Andy Polyakov | 22 April 2012, 21:18:30 UTC | objxref.pl: improve portability. (cherry picked from commit 71fa3bc5ece9121d1aa9bb513b5641e9ea605e14) | 01 February 2014, 21:17:36 UTC |
45d0102 | Adam Langley | 03 June 2013, 19:45:11 UTC | Add volatile qualifications to two blocks of inline asm to stop GCC from eliminating them as dead code. Both volatile and "memory" are used because of some concern that the compiler may still cache values across the asm block without it, and because this was such a painful debugging session that I wanted to ensure that it's never repeated. (cherry picked from commit 7753a3a68431aa81b82beea4c3f5374b41454679) | 01 February 2014, 21:01:46 UTC |
7e56902 | Andy Polyakov | 01 February 2014, 20:51:51 UTC | PPC assembly pack: ppc64-mont update from master. | 01 February 2014, 20:51:51 UTC |
50f1b47 | Andy Polyakov | 01 February 2014, 20:48:31 UTC | PPC assembly pack: jumbo update from master. Add Vector Permutation AES and little-endian support. | 01 February 2014, 20:48:31 UTC |
5572bc4 | Andy Polyakov | 01 February 2014, 20:27:46 UTC | crypto/aes/asm/aesni-x86[_64].pl: jumbo update from master. | 01 February 2014, 20:27:46 UTC |
729d334 | Andy Polyakov | 01 February 2014, 20:24:55 UTC | crypto/sha/asm/sha1-x86_64.pl: jumbo update from master. | 01 February 2014, 20:24:55 UTC |
cacdfcb | Ben Laurie | 01 February 2014, 18:29:26 UTC | Add more accessors. | 01 February 2014, 18:30:23 UTC |
519ad9b | Ben Laurie | 01 February 2014, 17:52:26 UTC | Add accessor for x509.cert_info. | 01 February 2014, 18:30:23 UTC |
7b2d785 | Ben Laurie | 29 January 2014, 16:57:32 UTC | Fix warning. | 29 January 2014, 16:57:32 UTC |
f2d678e | Dr. Stephen Henson | 29 January 2014, 00:59:35 UTC | Clarify docs. Remove reference to ERR_TXT_MALLOCED in the error library as that is only used internally. Indicate that returned error data must not be freed. | 29 January 2014, 00:59:35 UTC |
448e9b7 | Dr. Stephen Henson | 28 January 2014, 15:35:16 UTC | typo (cherry picked from commit cb2182676bdf652070bc272a3896d957763a4324) | 28 January 2014, 15:36:15 UTC |
2c4c986 | Dr. Stephen Henson | 28 January 2014, 15:15:26 UTC | Fix demo comment: 0.9.9 never released. (cherry picked from commit 717cc8589540b95122a652dee68e6a75b6262d93) | 28 January 2014, 15:17:32 UTC |
a99540a | Dr. Stephen Henson | 28 January 2014, 15:10:27 UTC | Check i before r[i]. PR#3244 (cherry picked from commit 9614d2c676ffe74ce0c919d9e5c0d622a011cbed) | 28 January 2014, 15:14:47 UTC |
9614ed6 | Dr. Stephen Henson | 28 January 2014, 13:51:58 UTC | Add loaded dynamic ENGINEs to list. Always add a dynamically loaded ENGINE to list. Otherwise it can cause problems when multiply loaded, especially if it adds new public key methods. For all current engines we only want a single implementation anyway. (cherry picked from commit e933f91f50108a43c0198cdc63ecdfdbc77b4d0d) | 28 January 2014, 13:57:14 UTC |
aabfee6 | Dr. Stephen Henson | 25 January 2014, 23:20:34 UTC | Certificate callback doc. (cherry picked from commit 46ab9bbd7fa610d775fe645dd0fe6d509c8dff3a) | 28 January 2014, 13:38:55 UTC |
cee1d9e | Dr. Stephen Henson | 27 January 2014, 14:59:46 UTC | make update | 27 January 2014, 14:59:46 UTC |
285f7fb | Dr. Stephen Henson | 26 January 2014, 00:51:09 UTC | Add cert callback retry test. (cherry picked from commit 3323314fc1c6d18e650a2de97f7cf9892ac92a60) | 27 January 2014, 14:41:38 UTC |
ede90b1 | Dr. Stephen Henson | 25 January 2014, 13:31:07 UTC | Support retries in certificate callback (cherry picked from commit 0ebc965b9ca4352e407bb7cfa65ac235942117f6) Conflicts: ssl/s3_srvr.c ssl/ssl3.h | 27 January 2014, 14:41:38 UTC |
5e7329d | Dr. Stephen Henson | 26 January 2014, 16:28:27 UTC | Compare encodings in X509_cmp as well as hash. (cherry picked from commit ec492c8a5a1491949166c4b37df8666741180f4d) | 27 January 2014, 14:33:10 UTC |
9f1979b | Dr. Stephen Henson | 27 January 2014, 14:30:29 UTC | New function to set compression methods so they can be safely freed. (cherry picked from commit cbb67448277232c8403f96edad4931c4203e7746) | 27 January 2014, 14:32:44 UTC |
3fcf327 | Dr. Stephen Henson | 05 March 2010, 13:28:21 UTC | Add -engine_impl option to dgst which will use an implementation of an algorithm from the supplied engine instead of just the default one. (cherry picked from commit bb845ee044587a91589357a772a02cffb0ba4454) | 23 January 2014, 18:35:42 UTC |
3f4742b | Dr. Stephen Henson | 23 January 2014, 17:13:37 UTC | make update | 23 January 2014, 17:13:37 UTC |
c4f01c5 | Dr. Stephen Henson | 16 January 2014, 14:06:19 UTC | Add new function SSL_CTX_get_ssl_method(). Partial fix for PR#3183. (cherry picked from commit ba168244a14bbd056e502d7daa04cae4aabe9d0d) | 16 January 2014, 14:08:42 UTC |
b7a8550 | Kaspar Brand | 16 January 2014, 13:46:31 UTC | Omit initial status request callback check. PR#3178 (cherry picked from commit d0b039d4a3a19b106cc2cb938125b86aca4974aa) | 16 January 2014, 13:48:23 UTC |
e775891 | Zoltan Arpadffy | 11 January 2014, 22:44:04 UTC | VMS fixes | 11 January 2014, 22:44:04 UTC |
ae6fbb5 | Jeff Trawick | 10 January 2014, 23:00:50 UTC | typo (cherry picked from commit 5edce5685f26c1bb7854d4cdf291b9604fcc5dbf) | 10 January 2014, 23:02:46 UTC |
f9c1f03 | Jeff Trawick | 10 January 2014, 23:01:30 UTC | typo (cherry picked from commit 4b64e0cbdb563e13a6f7cd8631b31532c04f1234) | 10 January 2014, 23:02:20 UTC |
50701af | Dr. Stephen Henson | 09 January 2014, 22:47:22 UTC | Fix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling. (cherry picked from commit 8f4077ca69076cebaca51b7b666db1ed49e46b9e) | 09 January 2014, 22:53:50 UTC |
1d6af3d | Dr. Stephen Henson | 07 January 2014, 15:44:09 UTC | update NEWS | 09 January 2014, 22:50:07 UTC |
392fd8f | Andy Polyakov | 09 January 2014, 12:44:59 UTC | bn/asm/x86_64-mont5.pl: fix compilation error on Solaris. (cherry picked from commit eedab5241e32f9f185cfee23a0c67264d3e3ecf2) | 09 January 2014, 12:47:53 UTC |
802db0f | Dr. Stephen Henson | 07 January 2014, 15:38:15 UTC | Sync CHANGES | 07 January 2014, 15:41:11 UTC |
2f97241 | Dr. Stephen Henson | 07 January 2014, 15:37:35 UTC | Add fix for CVE-2013-4353 | 07 January 2014, 15:41:11 UTC |
a05a2c6 | Dr. Stephen Henson | 07 January 2014, 15:26:19 UTC | Update NEWS. | 07 January 2014, 15:41:04 UTC |
e341406 | Andy Polyakov | 04 January 2014, 17:04:53 UTC | sha/asm/sha256-armv4.pl: add NEON code path. (and shave off cycle even from integer-only code) (cherry picked from commit ad0d2579cf3a293a35a5b606afc5a97c71cf6ca7) | 04 January 2014, 17:06:36 UTC |
acd9121 | Andy Polyakov | 04 January 2014, 16:40:13 UTC | aesni-sha1-x86_64.pl: harmonize [Atom-specific optimizations] with master branch. | 04 January 2014, 16:42:13 UTC |
b17d6b8 | Dr. Stephen Henson | 04 January 2014, 13:50:52 UTC | Restore SSL_OP_MSIE_SSLV2_RSA_PADDING The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL 0.9.7h but deleting it will break source compatibility with any software that references it. Restore it but #define to zero. | 04 January 2014, 13:58:51 UTC |
b9fa413 | Dr. Stephen Henson | 03 January 2014, 22:38:03 UTC | Use algorithm specific chains for certificates. Fix a limitation in SSL_CTX_use_certificate_chain_file(): use algorithm specific chains instead of the shared chain. Update docs. (cherry picked from commit a4339ea3ba045b7da038148f0d48ce25f2996971) Conflicts: CHANGES | 03 January 2014, 22:45:20 UTC |
4abe148 | Andy Polyakov | 03 January 2014, 20:52:49 UTC | ssl/t1_enc.c: optimize PRF (suggested by Intel). (cherry picked from commit e8b0dd57c0e9c53fd0708f0f458a7a2fd7a95c91) | 03 January 2014, 20:56:03 UTC |
04d6940 | Dr. Stephen Henson | 02 January 2014, 19:12:47 UTC | update NEWS | 02 January 2014, 19:12:47 UTC |
8511b5f | Dr. Stephen Henson | 24 December 2013, 18:17:00 UTC | Don't change version number if session established When sending an invalid version number alert don't change the version number to the client version if a session is already established. Thanks to Marek Majkowski for additional analysis of this issue. PR#3191 (cherry picked from commit b77b58a398c8b9b4113f3fb6b48e162a3b8d4527) | 02 January 2014, 15:07:51 UTC |
546d676 | Dr. Stephen Henson | 24 December 2013, 18:15:28 UTC | Update curve list size. | 29 December 2013, 16:30:34 UTC |
ccbb8d5 | Andy Polyakov | 28 December 2013, 12:31:14 UTC | sparcv9cap.c: omit random detection. PR: 3202 (cherry picked from commit 926725b3d7c1528f2dc116a48623c42264188277) | 28 December 2013, 12:32:45 UTC |
d7d7e7b | Andy Polyakov | 28 December 2013, 11:17:08 UTC | ARM assembly pack: make it work with older toolchain. (cherry picked from commit 2218c296b4981af6f2639bbd7eabfb89437fe776) | 28 December 2013, 11:18:11 UTC |
80b6d97 | Dr. Stephen Henson | 20 December 2013, 15:26:50 UTC | Fix DTLS retransmission from previous session. For DTLS we might need to retransmit messages from the previous session so keep a copy of write context in DTLS retransmission buffers instead of replacing it after sending CCS. CVE-2013-6450. (cherry picked from commit 34628967f1e65dc8f34e000f0f5518e21afbfc7b) | 20 December 2013, 23:25:41 UTC |
ff64ab3 | Dr. Stephen Henson | 20 December 2013, 15:12:26 UTC | Ignore NULL parameter in EVP_MD_CTX_destroy. (cherry picked from commit a6c62f0c25a756c263a80ce52afbae888028e986) | 20 December 2013, 23:24:26 UTC |
fc9c9e4 | Andy Polyakov | 18 December 2013, 21:12:08 UTC | sha1-x86_64.pl: harmonize Win64 SE handlers for SIMD code pathes. (and ensure stack alignment in the process) (cherry picked from commit fc0503a25cd638b93f7af04640c20042e0329b3b) | 18 December 2013, 21:57:14 UTC |
68e6ac4 | Andy Polyakov | 18 December 2013, 20:42:46 UTC | evp/e_[aes|camellia].c: fix typo in CBC subroutine. It worked because it was never called. (cherry picked from commit e9c80e04c1a3b5a0de8e666155ab4ecb2697a77d) | 18 December 2013, 21:56:24 UTC |
e34b7e9 | Andy Polyakov | 18 December 2013, 20:27:35 UTC | sha512.c: fullfull implicit API contract in SHA512_Transform. SHA512_Transform was initially added rather as tribute to tradition than for practucal reasons. But use was recently found in ssl/s3_cbc.c and it turned to be problematic on platforms that don't tolerate misasligned references to memory and lack assembly subroutine. (cherry picked from commit cdd1acd788020d2c525331da1712ada778f1373c) | 18 December 2013, 21:56:00 UTC |
a32ba49 | Dr. Stephen Henson | 14 December 2013, 13:55:48 UTC | Check EVP errors for handshake digests. Partial mitigation of PR#3200 (cherry picked from commit 0294b2be5f4c11e60620c0018674ff0e17b14238) | 18 December 2013, 13:27:15 UTC |
3a0c715 | Dr. Stephen Henson | 25 February 2010, 00:08:23 UTC | verify parameter enumeration functions (cherry picked from commit 9b3d75706ef0114362f04665a3c745bfef59d023) Conflicts: crypto/x509/x509_vpm.c | 13 December 2013, 15:52:27 UTC |
adc6bd7 | Dr. Stephen Henson | 11 December 2013, 14:28:57 UTC | Add opaque ID structure. Move the IP, email and host checking fields from the public X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID structure. By doing this the structure can be modified in future without risk of breaking any applications. | 13 December 2013, 15:36:31 UTC |
8c6d8c2 | Dr. Stephen Henson | 13 December 2013, 14:41:32 UTC | Backport TLS padding extension from master. | 13 December 2013, 15:29:26 UTC |
53a8f8c | Dr. Stephen Henson | 13 December 2013, 14:05:32 UTC | Fix for partial chain notification. For consistency with other cases if we are performing partial chain verification with just one certificate notify the callback with ok==1. | 13 December 2013, 15:29:26 UTC |
bf4863b | Dr. Stephen Henson | 13 December 2013, 13:59:53 UTC | Verify parameter retrieval functions. New functions to retrieve internal pointers to X509_VERIFY_PARAM for SSL_CTX and SSL structures. | 13 December 2013, 15:29:26 UTC |
8f68678 | Dr. Stephen Henson | 11 December 2013, 14:45:12 UTC | Don't use rdrand engine as default unless explicitly requested. | 13 December 2013, 15:29:26 UTC |
57c4e42 | Dr. Stephen Henson | 10 December 2013, 12:52:27 UTC | Get FIPS checking logic right. We need to lock when *not* in FIPS mode. | 10 December 2013, 12:52:27 UTC |
ff672cf | Dr. Stephen Henson | 10 December 2013, 00:10:41 UTC | remove obsolete STATUS file | 10 December 2013, 00:10:41 UTC |
d43b040 | Dr. Stephen Henson | 10 December 2013, 00:01:42 UTC | Add release dates to NEWS | 10 December 2013, 00:08:33 UTC |
422c8c3 | Andy Polyakov | 09 December 2013, 22:53:42 UTC | ARM assembly pack: SHA update from master. | 09 December 2013, 22:53:42 UTC |
b76310b | Andy Polyakov | 09 December 2013, 22:44:45 UTC | ARM assembly pack: AES update from master (including bit-sliced module). | 09 December 2013, 22:44:45 UTC |
c012f6e | Andy Polyakov | 04 December 2013, 21:37:49 UTC | bn/asm/armv4-mont.pl: add NEON code path. (cherry picked from commit d1671f4f1a39d938499c67efe5d4a14c34c09b31) | 09 December 2013, 21:46:29 UTC |
cf6d559 | Andy Polyakov | 09 December 2013, 21:40:53 UTC | crypto/bn/asm/x86_64-mont*.pl: update from master. Add MULX/AD*X code paths and optimize even original code path. | 09 December 2013, 21:40:53 UTC |
3aa1b1c | Andy Polyakov | 02 October 2013, 22:26:09 UTC | x86_64-xlate.pl: fix jrcxz in nasm case. (cherry picked from commit 667053a2f3ad0788586f629f618d07b783bdde31) | 09 December 2013, 21:19:34 UTC |
3dcae82 | Andy Polyakov | 09 December 2013, 20:23:19 UTC | x86_64-xlate.pl: minor update. (cherry picked from commit 41965a84c4bc0f6694fd17203920a6672e3fac7b) | 09 December 2013, 20:53:41 UTC |
86b81ec | Dr. Stephen Henson | 08 December 2013, 13:19:17 UTC | update $default_depflags | 08 December 2013, 13:21:02 UTC |
c43dc3d | Dr. Stephen Henson | 04 December 2013, 13:39:04 UTC | Avoid multiple locks in FIPS mode. PR: 3176. In FIPS mode ssleay_rand_bytes is only used for PRNG seeding and is performed in either a single threaded context (when the PRNG is first initialised) or under a lock (reseeding). To avoid multiple locks disable use of CRYPTO_LOCK_RAND in FIPS mode in ssleay_rand_bytes. | 08 December 2013, 13:21:02 UTC |
e5eab8a | Andy Polyakov | 03 December 2013, 22:59:55 UTC | bn/asm/x86_64-mont5.pl: comply with Win64 ABI. PR: 3189 Submitted by: Oscar Ciurana (cherry picked from commit c5d5f5bd0fe8b2313bec844c0f80f3d49562bfa8) | 03 December 2013, 23:02:18 UTC |
7bab6eb | Andy Polyakov | 03 December 2013, 21:28:48 UTC | crypto/bn/asm/rsaz-x86_64.pl: make it work on Win64. (cherry picked from commit 8bd7ca99961f341ce2070373e86f22505aed2b2a) | 03 December 2013, 21:30:00 UTC |
87d9526 | Andy Polyakov | 03 December 2013, 21:05:17 UTC | crypto/bn/rsaz*: fix licensing note. rsaz_exp.c: harmonize line terminating; asm/rsaz-*.pl: minor optimizations. asm/rsaz-x86_64.pl: sync from master. (cherry picked from commit 31ed9a21315c571db443c68e4f618ecb51c631f9) | 03 December 2013, 21:17:55 UTC |
36982f0 | Andy Polyakov | 03 December 2013, 08:43:06 UTC | bn/asm/rsaz-x86_64.pl: fix prototype. (cherry picked from commit 6efef384c6f649399dcc837825a9ca5a37069733) | 03 December 2013, 08:44:24 UTC |
c97ec56 | Dr. Stephen Henson | 01 December 2013, 23:30:21 UTC | Fix warning. | 01 December 2013, 23:30:21 UTC |
fdb0d5d | Dr. Stephen Henson | 01 December 2013, 23:29:40 UTC | Change header order to pick up OPENSSL_SYS_WIN32 | 01 December 2013, 23:29:40 UTC |
81b6dfe | Dr. Stephen Henson | 01 December 2013, 23:12:27 UTC | Recongnise no-dane and no-libunbound | 01 December 2013, 23:12:27 UTC |
bc35b8e | Dr. Stephen Henson | 01 December 2013, 23:09:44 UTC | make update | 01 December 2013, 23:09:44 UTC |
6859f3f | Dr. Stephen Henson | 01 December 2013, 23:08:13 UTC | Fix warnings. | 01 December 2013, 23:08:13 UTC |