Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191565 Details for
Bug 268947
dev-libs/cryptlib[python], dev-python/cryptlib_py breaks when compiled with optimizations
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
segfaulting script
testCA.py (text/plain), 596 bytes, created by
Davide Pesavento (RETIRED)
on 2009-05-17 16:14:08 UTC
(
hide
)
Description:
segfaulting script
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-05-17 16:14:08 UTC
Size:
596 bytes
patch
obsolete
>#!/usr/bin/env python ># -*- coding: utf-8 -*- > >from cryptlib_py import * > >cryptInit() > ># Open CA certificate store >try: > certStore = cryptKeysetOpen(CRYPT_UNUSED, CRYPT_KEYSET_ODBC_STORE, "CACertStore", CRYPT_KEYOPT_CREATE) >except CryptException, e: > certStore = cryptKeysetOpen(CRYPT_UNUSED, CRYPT_KEYSET_ODBC_STORE, "CACertStore", CRYPT_KEYOPT_NONE) > ># Create a generic PKI user >PKIUser = cryptCreateCert(CRYPT_UNUSED, CRYPT_CERTTYPE_PKIUSER) >cryptCAAddItem(certStore, PKIUser) >userID = PKIUser.CERTINFO_PKIUSER_ID >print userID >cryptDestroyCert(PKIUser) > >cryptKeysetClose(certStore) >cryptEnd()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 268947
:
190697
|
191554
| 191565