Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PKCS#12 Certificate Store support #11

Closed
wants to merge 4 commits into from
Closed

Conversation

alphp
Copy link
Contributor

@alphp alphp commented Dec 22, 2017

Added support for certificates in PKCS # 12 format (p12, pfx)
Use of random_int if available.
Reformatting the definition of the namespace
Refactoring the generation of $ certIssuer

Se añade soporte para certificados en formato PKCS#12 (p12, pfx)
Utilización de random_int si está disponible.
Reformateo de la definición del namespace.
Refactorización de la generación de $certIssuer.

Added support for certificates in PKCS # 12 format (p12, pfx)
Use of random_int if available.
Reformatting the definition of the namespace
Refactoring the generation of $ certIssuer

Se añade soporte para certificados en formato PKCS#12 (p12, pfx)
Utilización de random_int si está disponible.
Reformateo de la definición del namespace.
Refactorización de la generación de $certIssuer.
Change
  return load_pkcs12($pkcs12_file, $pkcs12_pass);
For
  return $this->load_pkcs12($pkcs12_file, $pkcs12_pass);
@josemmo josemmo requested review from josemmo and removed request for josemmo December 23, 2017 12:55
@josemmo josemmo mentioned this pull request Dec 23, 2017
josemmo added a commit that referenced this pull request Dec 23, 2017
@josemmo
Copy link
Owner

josemmo commented Dec 23, 2017

Los commits de este pull request han sido aprobados en #12

@josemmo josemmo closed this Dec 23, 2017
@josemmo josemmo mentioned this pull request Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants