Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5a191da0
Commit
5a191da0
authored
May 20, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysqldev@production.mysql.com:my/mysql-5.0-build
into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
parents
bd091c09
74b487c6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
extra/yassl/src/cert_wrapper.cpp
extra/yassl/src/cert_wrapper.cpp
+2
-2
extra/yassl/taocrypt/include/error.hpp
extra/yassl/taocrypt/include/error.hpp
+1
-1
extra/yassl/taocrypt/include/misc.hpp
extra/yassl/taocrypt/include/misc.hpp
+1
-1
tools/Makefile.am
tools/Makefile.am
+3
-2
No files found.
extra/yassl/src/cert_wrapper.cpp
View file @
5a191da0
...
@@ -273,8 +273,8 @@ int CertManager::SetPrivateKey(const x509& key)
...
@@ -273,8 +273,8 @@ int CertManager::SetPrivateKey(const x509& key)
privateKey_
.
assign
(
key
.
get_buffer
(),
key
.
get_length
());
privateKey_
.
assign
(
key
.
get_buffer
(),
key
.
get_length
());
// set key type
// set key type
if
(
x509
*
cert
=
list_
.
front
())
{
if
(
x509
*
cert
509
=
list_
.
front
())
{
TaoCrypt
::
Source
source
(
cert
->
get_buffer
(),
cert
->
get_length
());
TaoCrypt
::
Source
source
(
cert
509
->
get_buffer
(),
cert509
->
get_length
());
TaoCrypt
::
CertDecoder
cert
(
source
,
false
);
TaoCrypt
::
CertDecoder
cert
(
source
,
false
);
cert
.
DecodeToKey
();
cert
.
DecodeToKey
();
if
(
int
err
=
cert
.
GetError
().
What
())
if
(
int
err
=
cert
.
GetError
().
What
())
...
...
extra/yassl/taocrypt/include/error.hpp
View file @
5a191da0
...
@@ -65,7 +65,7 @@ UNKOWN_HASH_E = 1034, // "unknown hash OID"
...
@@ -65,7 +65,7 @@ UNKOWN_HASH_E = 1034, // "unknown hash OID"
DSA_SZ_E
=
1035
,
// "bad DSA r or s size"
DSA_SZ_E
=
1035
,
// "bad DSA r or s size"
BEFORE_DATE_E
=
1036
,
// "before date in the future"
BEFORE_DATE_E
=
1036
,
// "before date in the future"
AFTER_DATE_E
=
1037
,
// "after date in the past"
AFTER_DATE_E
=
1037
,
// "after date in the past"
SIG_CONFIRM_E
=
1038
,
// "bad signature confirmation"
SIG_CONFIRM_E
=
1038
// "bad signature confirmation"
};
};
...
...
extra/yassl/taocrypt/include/misc.hpp
View file @
5a191da0
...
@@ -97,7 +97,7 @@ typedef unsigned int word32;
...
@@ -97,7 +97,7 @@ typedef unsigned int word32;
typedef
word32
word
;
typedef
word32
word
;
typedef
word64
dword
;
typedef
word64
dword
;
#else
#else
typedef
word8
hword
;
typedef
byte
hword
;
typedef
word16
word
;
typedef
word16
word
;
typedef
word32
dword
;
typedef
word32
dword
;
#endif
#endif
...
...
tools/Makefile.am
View file @
5a191da0
...
@@ -17,8 +17,9 @@
...
@@ -17,8 +17,9 @@
INCLUDES
=
-I
$(top_srcdir)
/include
$(openssl_includes)
\
INCLUDES
=
-I
$(top_srcdir)
/include
$(openssl_includes)
\
-I
$(top_builddir)
/include
-I
$(top_builddir)
/include
LDADD
=
@CLIENT_EXTRA_LDFLAGS@ @openssl_libs@
\
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
$(top_builddir)
/libmysql_r/libmysqlclient_r.la @ZLIB_LIBS@
$(top_builddir)
/libmysql_r/libmysqlclient_r.la
\
@openssl_libs@ @ZLIB_LIBS@
bin_PROGRAMS
=
mysqltestmanager
bin_PROGRAMS
=
mysqltestmanager
mysqltestmanager_SOURCES
=
mysqlmanager.c
mysqltestmanager_SOURCES
=
mysqlmanager.c
mysqltestmanager_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
mysqltestmanager_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment